forked from 0x2620/pandora
Ox.UI.hideLoadingScreen -> Ox.LoadingScreen.hide
This commit is contained in:
parent
f064cfd114
commit
ed18dee232
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ Ox.load('UI', {
|
|||
}
|
||||
})
|
||||
);
|
||||
Ox.UI.hideLoadingScreen();
|
||||
Ox.LoadingScreen.hide();
|
||||
});
|
||||
return that;
|
||||
},
|
||||
|
@ -111,7 +111,7 @@ Ox.load('UI', {
|
|||
var that = Ox.Element();
|
||||
pandora.user.ui.item = options.item;
|
||||
pandora.api.get({id: options.item, keys: videoKeys}, function(result) {
|
||||
Ox.UI.hideLoadingScreen();
|
||||
Ox.LoadingScreen.hide();
|
||||
var data = getVideoOptions(result.data),
|
||||
ui = pandora.user.ui;
|
||||
that.append(pandora.player = Ox.VideoTimelinePlayer({
|
||||
|
|
Loading…
Reference in a new issue