]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove code properly
authorGeorg Ehrke <georg@ownCloud.com>
Sat, 9 Feb 2013 11:38:40 +0000 (12:38 +0100)
committerGeorg Ehrke <georg@ownCloud.com>
Sat, 9 Feb 2013 11:38:40 +0000 (12:38 +0100)
apps/files/js/filelist.js

index 5ee55256eaa35b2ee1b1bc1558b5770f7969c94e..4a66b33694d37148c516622ad3c4ba5375f48333 100644 (file)
@@ -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();