initialize history

This commit is contained in:
rolux 2013-08-03 14:00:58 +00:00
parent 33ad974d45
commit 69e7b5a752
1 changed files with 2 additions and 1 deletions

View File

@ -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();
});
}
};
}