Ox.UI.hideLoadingScreen -> Ox.LoadingScreen.hide

This commit is contained in:
rolux 2014-09-25 18:57:40 +02:00 committed by j
parent f064cfd114
commit ed18dee232

View file

@ -103,7 +103,7 @@ Ox.load('UI', {
} }
}) })
); );
Ox.UI.hideLoadingScreen(); Ox.LoadingScreen.hide();
}); });
return that; return that;
}, },
@ -111,7 +111,7 @@ Ox.load('UI', {
var that = Ox.Element(); var that = Ox.Element();
pandora.user.ui.item = options.item; pandora.user.ui.item = options.item;
pandora.api.get({id: options.item, keys: videoKeys}, function(result) { pandora.api.get({id: options.item, keys: videoKeys}, function(result) {
Ox.UI.hideLoadingScreen(); Ox.LoadingScreen.hide();
var data = getVideoOptions(result.data), var data = getVideoOptions(result.data),
ui = pandora.user.ui; ui = pandora.user.ui;
that.append(pandora.player = Ox.VideoTimelinePlayer({ that.append(pandora.player = Ox.VideoTimelinePlayer({