mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 00:36:44 +03:00
Globalize rl.loadScript()
This commit is contained in:
parent
0106751e64
commit
cd734c7d5d
3 changed files with 14 additions and 15 deletions
|
|
@ -66,7 +66,9 @@ win.rl = {
|
|||
setData: appData => {
|
||||
RL_APP_DATA = appData;
|
||||
rl.app.refresh();
|
||||
}
|
||||
},
|
||||
|
||||
loadScript: loadScript
|
||||
};
|
||||
|
||||
loadScript(`./?/${admin ? 'Admin' : ''}AppData/0/${Math.random().toString().slice(2)}/`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue