forked from 0x2620/pandora
remove alert
This commit is contained in:
parent
880aa60945
commit
75fddb14e1
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue