forked from 0x2620/pandora
initialize history
This commit is contained in:
parent
33ad974d45
commit
69e7b5a752
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue