This commit is contained in:
rolux 2012-06-10 20:31:02 +02:00
commit 453f83e067
15 changed files with 108 additions and 93 deletions

View file

@ -320,12 +320,12 @@ appPanel
});
pandora.site.sectionButtonsWidth = pandora.$ui.sectionButtons.width() + 8;
if(localStorage && localStorage['pandora.onload']) {
if (localStorage && localStorage['pandora.onload']) {
try {
eval(localStorage['pandora.onload'])
} catch(e) {
}
} catch(e) {}
}
});
}