From 75fddb14e16707d928ae6ea0b59faee41a3f9e88 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 17 Jan 2014 14:19:31 +0000 Subject: [PATCH] remove alert --- static/js/folderList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/folderList.js b/static/js/folderList.js index 9c4f3073..4ec691cd 100644 --- a/static/js/folderList.js +++ b/static/js/folderList.js @@ -326,9 +326,9 @@ pandora.ui.folderList = function(id, section) { that.value(result.data.id, 'status', result.data.status); }); } else if (data.key == 'path') { - + // ... } else if (data.key == 'mounted') { - alert(JSON.stringify(data)); + // ... } }, 'delete': function(data) {