This commit is contained in:
the-djmaze 2023-06-12 13:12:13 +02:00
parent 311dc7610f
commit 9ff3e94870
3 changed files with 5 additions and 6 deletions

View file

@ -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') : '');