fixing a bug where item editor view would be off after movies browser toggle

This commit is contained in:
rolux 2011-08-25 19:24:02 +00:00
commit c97c6e3169
3 changed files with 9 additions and 2 deletions

View file

@ -30,7 +30,7 @@ Ox.load('Geo', function() {
loadResources('/static/json/pandora.json', function() {
Ox.print('Ox.App load', data);
Ox.UI.hideLoadingScreen();
// Ox.UI.hideLoadingScreen();
Ox.extend(pandora, {
$ui: {
@ -95,6 +95,8 @@ Ox.load('Geo', function() {
pandora.URL.update();
};
Ox.UI.hideLoadingScreen();
Ox.Theme(pandora.user.ui.theme);
pandora.$ui.appPanel = pandora.ui.appPanel().display();