diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index f95a60617..0ba6459c6 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -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({