summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-01-31 17:46:41 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-02-01 16:21:23 +0100
commit7b7da7b19011dc278690bbe867f8a0b76218a1bc (patch)
tree12e7868367534eb5fbb29b9ac4420cd23084988e /apps
parent1f9c881d0f8b71d22dc9e62549192987b166556a (diff)
downloadnextcloud-server-7b7da7b19011dc278690bbe867f8a0b76218a1bc.tar.gz
nextcloud-server-7b7da7b19011dc278690bbe867f8a0b76218a1bc.zip
Remove leftover from a WIP
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps')
-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 7a8a8b80e10..42b774e4517 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -358,7 +358,6 @@
var self=this;
this.$fileList.on("droppedOnTrash", function (event, filename, directory) {
- //self.fileActions.triggerAction('Favorite', self.getModelForFile(file), self);
self.do_delete(filename, directory)
});