LoadingScreen.hide -> hideScreen

This commit is contained in:
rolux 2014-09-25 19:14:29 +02:00 committed by j
parent 2dc987fd22
commit 9a7a433e6e

View file

@ -103,7 +103,7 @@ Ox.load('UI', {
} }
}) })
); );
Ox.LoadingScreen.hide(); Ox.hideScreen();
}); });
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.LoadingScreen.hide(); Ox.hideScreen();
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({