remove code properly
This commit is contained in:
parent
8961e675c7
commit
2137bbe330
|
@ -216,9 +216,6 @@ var FileList={
|
||||||
},
|
},
|
||||||
replace:function(oldName, newName, isNewFile) {
|
replace:function(oldName, newName, isNewFile) {
|
||||||
// Finish any existing actions
|
// Finish any existing actions
|
||||||
/*if (FileList.lastAction || !FileList.useUndo) {
|
|
||||||
FileList.lastAction();
|
|
||||||
}*/
|
|
||||||
$('tr').filterAttr('data-file', oldName).hide();
|
$('tr').filterAttr('data-file', oldName).hide();
|
||||||
$('tr').filterAttr('data-file', newName).hide();
|
$('tr').filterAttr('data-file', newName).hide();
|
||||||
var tr = $('tr').filterAttr('data-file', oldName).clone();
|
var tr = $('tr').filterAttr('data-file', oldName).clone();
|
||||||
|
|
Loading…
Reference in New Issue