remove alert

This commit is contained in:
rolux 2014-01-17 14:19:31 +00:00
parent 880aa60945
commit 75fddb14e1
1 changed files with 2 additions and 2 deletions

View File

@ -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) {