mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
1.10 beta
This commit is contained in:
parent
116de6fd45
commit
ecf23a4f6d
27 changed files with 259 additions and 158 deletions
|
|
@ -49,8 +49,8 @@ class Links
|
|||
/**
|
||||
* @return {string}
|
||||
*/
|
||||
rootUser() {
|
||||
return './';
|
||||
rootUser(mobile = false) {
|
||||
return mobile ? './?/Mobile/' : './';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue