mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-24 08:04:16 +08:00
Bugfix: i've broken the boot.js
This commit is contained in:
parent
ab3ce67376
commit
bb4d66d6d2
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ setInterval(setTimestamp, 60000); // 1m
|
|||
|
||||
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('./?/'
|
||||
+ (options.admin ? 'Admin' : '')
|
||||
|
|
Loading…
Reference in a new issue