From d9a240577d798bb5c8294c70735351de30b92db7 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 21 Mar 2012 03:12:29 +0000 Subject: [PATCH] indicate loading status in item clips view status bar --- static/js/pandora/clipsView.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/pandora/clipsView.js b/static/js/pandora/clipsView.js index e603bc86d..404796cc5 100644 --- a/static/js/pandora/clipsView.js +++ b/static/js/pandora/clipsView.js @@ -10,7 +10,8 @@ pandora.ui.clipsView = function(videoRatio) { marginTop: '2px', fontSize: '9px', textAlign: 'center' - }), + }) + .html('Loading...'), that = Ox.SplitPanel({ elements: [ @@ -32,6 +33,7 @@ pandora.ui.clipsView = function(videoRatio) { .css({float: 'right', margin: '4px'}) .bindEvent({ submit: function(data) { + $status.html('Loading...'); pandora.UI.set('itemFind', data.value); // since this is the only way itemFind can change, // there's no need for an event handler