diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-11-04 21:00:36 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-11-04 21:00:36 +0100 |
commit | 4f32f49fb1d4a247558bc44733ed8443974c1701 (patch) | |
tree | e11ff2a119a7bdffd8721442ceb233749fef42f4 | |
parent | f187aa6c93ecc7538875e38629f4efb2c25c3155 (diff) | |
download | nextcloud-server-4f32f49fb1d4a247558bc44733ed8443974c1701.tar.gz nextcloud-server-4f32f49fb1d4a247558bc44733ed8443974c1701.zip |
this line shouldn't be here
-rw-r--r-- | apps/files/js/fileactions.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 0b547502bcf..d09979fc765 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -73,7 +73,6 @@ var FileActions = { var actionHandler = function (parent, action, event) { event.stopPropagation(); event.preventDefault(); - if(action) FileActions.currentFile = parent; file = FileActions.getCurrentFile(); console.log(file); |