Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@ -362,7 +362,6 @@
$.event.trigger({type: "droppedOnTrash"});
var self=this;
this.$fileList.on("droppedOnTrash", function (event, filename, directory) {
self.do_delete(filename, directory)
});