diff options
author | Georg Ehrke <georg@ownCloud.com> | 2013-02-09 12:38:40 +0100 |
---|---|---|
committer | Georg Ehrke <georg@ownCloud.com> | 2013-02-09 12:38:40 +0100 |
commit | 2137bbe330c52a2bc5152537c4bea3f758b6bd95 (patch) | |
tree | 0857c130b855b149532013bb334a2bdc56e6ec0d /apps/files | |
parent | 8961e675c77eefa9b44ea992131218982351f1ff (diff) | |
download | nextcloud-server-2137bbe330c52a2bc5152537c4bea3f758b6bd95.tar.gz nextcloud-server-2137bbe330c52a2bc5152537c4bea3f758b6bd95.zip |
remove code properly
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/js/filelist.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 5ee55256eaa..4a66b33694d 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -216,9 +216,6 @@ var FileList={ }, replace:function(oldName, newName, isNewFile) { // Finish any existing actions - /*if (FileList.lastAction || !FileList.useUndo) { - FileList.lastAction(); - }*/ $('tr').filterAttr('data-file', oldName).hide(); $('tr').filterAttr('data-file', newName).hide(); var tr = $('tr').filterAttr('data-file', oldName).clone(); |