From ed18dee232cfcfe13e41c21c44877be8a56c418a Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 25 Sep 2014 18:57:40 +0200 Subject: [PATCH] Ox.UI.hideLoadingScreen -> Ox.LoadingScreen.hide --- static/js/embed/pandora.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index f95a6061..0ba6459c 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({