diff --git a/static/js/pandora.js b/static/js/pandora.js index 43f0c734..94db4cee 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -326,6 +326,12 @@ appPanel }); pandora.site.sectionButtonsWidth = pandora.$ui.sectionButtons.width() + 8; + if(localStorage && localStorage['pandora.onload']) { + try { + eval(localStorage['pandora.onload']) + } catch(e) { + } + } }); }