From 9a7a433e6e4ead7d56f4cee1072d1ae071a8011b Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 25 Sep 2014 19:14:29 +0200 Subject: [PATCH] LoadingScreen.hide -> hideScreen --- 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 0ba6459c..55290a6c 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -103,7 +103,7 @@ Ox.load('UI', { } }) ); - Ox.LoadingScreen.hide(); + Ox.hideScreen(); }); 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.LoadingScreen.hide(); + Ox.hideScreen(); var data = getVideoOptions(result.data), ui = pandora.user.ui; that.append(pandora.player = Ox.VideoTimelinePlayer({