remove alert

This commit is contained in:
rolux 2014-01-17 14:19:31 +00:00
parent 880aa60945
commit 75fddb14e1

View file

@ -326,9 +326,9 @@ pandora.ui.folderList = function(id, section) {
that.value(result.data.id, 'status', result.data.status); that.value(result.data.id, 'status', result.data.status);
}); });
} else if (data.key == 'path') { } else if (data.key == 'path') {
// ...
} else if (data.key == 'mounted') { } else if (data.key == 'mounted') {
alert(JSON.stringify(data)); // ...
} }
}, },
'delete': function(data) { 'delete': function(data) {