aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 60d708515e9..88cb453bd42 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -362,7 +362,6 @@
$.event.trigger({type: "droppedOnTrash"});
- var self=this;
this.$fileList.on("droppedOnTrash", function (event, filename, directory) {
self.do_delete(filename, directory)
});