fixing a bug where item editor view would be off after movies browser toggle
This commit is contained in:
parent
a373d423eb
commit
c97c6e3169
3 changed files with 9 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue