Bugfix: i've broken the boot.js

This commit is contained in:
djmaze 2020-09-14 12:39:30 +02:00
parent ab3ce67376
commit bb4d66d6d2

View file

@ -220,7 +220,7 @@ setInterval(setTimestamp, 60000); // 1m
htmlCL.add(options.mobileDevice ? 'mobile' : 'no-mobile'); htmlCL.add(options.mobileDevice ? 'mobile' : 'no-mobile');
['app-css','app-theme-link'].forEach(css => eId(css).href = css.dataset.href); [eId('app-css'),eId('app-theme-link')].forEach(css => css.href = css.dataset.href);
loadScript('./?/' loadScript('./?/'
+ (options.admin ? 'Admin' : '') + (options.admin ? 'Admin' : '')