Display the 'New' button in the trash

This commit is contained in:
yflory
2017-01-26 13:19:28 +01:00
parent 00efc96919
commit 3f44444f41
2 changed files with 13 additions and 14 deletions

View File

@@ -577,7 +577,7 @@ define([
if (!contains) {
var data = makePad(href, name);
renamed.push(data);
if (USE_FS_STORE && common.initialPath && typeof(getStore().addPad) === "function") {
if (USE_FS_STORE && typeof(getStore().addPad) === "function") {
getStore().addPad(href, common.initialPath, name);
}
}