From ac66d2981215aec56154ac73358aabd2498b9f71 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 15 Jul 2013 11:31:58 +0000 Subject: [PATCH] cosmetic changes --- static/js/pandora/utils.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index aec34e5f..972cad8e 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -336,7 +336,6 @@ pandora.enableDragAndDrop = function($list, canMove) { draganddroppause: function(data) { var event = data.event, scroll, $parent, $grandparent, $panel, title; - // fixme: should be named showLists in the user ui prefs! if (!pandora.user.ui.showSidebar) { if (event.clientX < 16 && event.clientY >= 44 && event.clientY < window.innerHeight - 16 @@ -415,7 +414,6 @@ pandora.enableDragAndDrop = function($list, canMove) { } }, function(result) { var folder = drag.target.status != 'featured' ? 'personal' : 'featured'; - //Ox.Log('', drag.source.status, '//////', drag.target.status) pandora.$ui.folderList[folder].value( drag.target.id, 'items', result.data.items