From 78f132f792c6a6a2244cc6decc0cf7d54f827c41 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 23 Dec 2011 09:54:53 +0000 Subject: [PATCH] misc bugfixes --- static/js/pandora/findElement.js | 2 -- static/js/pandora/infoView.js | 1 + static/js/pandora/tv.js | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/static/js/pandora/findElement.js b/static/js/pandora/findElement.js index aaa69de2..30ee09a6 100644 --- a/static/js/pandora/findElement.js +++ b/static/js/pandora/findElement.js @@ -49,7 +49,6 @@ pandora.ui.findElement = function() { that.update(); pandora.$ui.filterDialog = pandora.ui.filterDialog().open(); } else { - Ox.Log('FIND', 'select change', pandora.$ui.findInput.value()) pandora.$ui.findInput.options({ autocomplete: autocompleteFunction(), placeholder: '' @@ -109,7 +108,6 @@ pandora.ui.findElement = function() { findKey = Ox.getObjectById(pandora.site.findKeys, key); value === '' && Ox.Log('', 'Warning: autocomplete function should never be called with empty value'); if (findKey.autocomplete) { - Ox.Log('AUTO', '_list/select', pandora.user.ui._list, pandora.$ui.findListSelect.value()) pandora.api.autocomplete({ key: key, query: { diff --git a/static/js/pandora/infoView.js b/static/js/pandora/infoView.js index 83fc0673..e01262d6 100644 --- a/static/js/pandora/infoView.js +++ b/static/js/pandora/infoView.js @@ -784,6 +784,7 @@ pandora.ui.infoView = function(data) { change: function(event) { var rightsLevel = event.value $rightsLevelElement = getRightsLevelElement(rightsLevel); + Ox.print(rightsLevel, '...', $rightsLevelElement) $rightsLevelSelect .css({background: $rightsLevelElement.css('background')}) .data({OxColor: $rightsLevelElement.data('OxColor')}) diff --git a/static/js/pandora/tv.js b/static/js/pandora/tv.js index a882dc47..c4ef6b4b 100644 --- a/static/js/pandora/tv.js +++ b/static/js/pandora/tv.js @@ -64,7 +64,6 @@ pandora.ui.tv = function() { volume: function(data) { pandora.UI.set('videoVolume', data.volume); }, - // FIXME: does not work key_escape: that.fadeOutScreen }) .appendTo(that);