this line shouldn't be here

remotes/origin/stable5
Robin Appelman 13 years ago
parent f187aa6c93
commit 4f32f49fb1
  1. 1
      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);

Loading…
Cancel
Save