store on-load script on server (ui.onload), fixes #1850
This commit is contained in:
parent
19a887ebec
commit
614e7f0d09
7 changed files with 20 additions and 13 deletions
|
|
@ -426,11 +426,7 @@ appPanel
|
|||
});
|
||||
Ox.Fullscreen.bind('exit', pandora.UI.set);
|
||||
pandora.site.sectionButtonsWidth = pandora.$ui.sectionButtons.width() + 8;
|
||||
if (getLocalStorage('pandora.onload')) {
|
||||
try {
|
||||
eval(localStorage['pandora.onload'])
|
||||
} catch(e) {}
|
||||
}
|
||||
pandora.loadUserScript();
|
||||
}
|
||||
|
||||
function loadBrowserMessage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue