correct reference to undefined
This commit is contained in:
parent
e2f53eaddb
commit
a90c078e84
@ -1265,7 +1265,7 @@ define([
|
|||||||
$element.contextmenu(openTrashContextMenu);
|
$element.contextmenu(openTrashContextMenu);
|
||||||
$element.data('context', $trashContextMenu);
|
$element.data('context', $trashContextMenu);
|
||||||
}
|
}
|
||||||
var isNewFolder = APP.newFolder && filesOp.comparePath(newPath, module.newFolder);
|
var isNewFolder = APP.newFolder && filesOp.comparePath(newPath, APP.newFolder);
|
||||||
if (isNewFolder) {
|
if (isNewFolder) {
|
||||||
appStatus.onReady(function () {
|
appStatus.onReady(function () {
|
||||||
window.setTimeout(function () { displayRenameInput($element, newPath); }, 0);
|
window.setTimeout(function () { displayRenameInput($element, newPath); }, 0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user