mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Resolve #1169
This commit is contained in:
parent
311dc7610f
commit
9ff3e94870
3 changed files with 5 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ const
|
|||
BASE = doc.location.pathname.replace(/\/+$/,'') + '/',
|
||||
HASH_PREFIX = '#/',
|
||||
|
||||
adminPath = () => rl.adminArea() && !Settings.app('adminHostUse'),
|
||||
adminPath = () => rl.adminArea() && !Settings.app('adminHost'),
|
||||
|
||||
prefix = () => BASE + '?' + (adminPath() ? Settings.app('adminPath') : '');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue