diff --git a/static/js/pandora.js b/static/js/pandora.js index fcaa8b1d..efb0fb59 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -366,6 +366,7 @@ appPanel } function initPandoraApp() { + pandora.history = Ox.History(); pandora.$ui.appPanel = pandora.ui.appPanel().display(); pandora.$ui.loadingIcon.update(Ox.Request.requests()); Ox.Request.bindEvent({ @@ -459,7 +460,7 @@ appPanel }, 1000, function() { $loadingScreen.remove(); }); - } + }; }