Fix Bug not being able to set attachmentBasePath.
This commit is contained in:
parent
c657a3056d
commit
274bbbd7bc
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ Zotero_Preferences.Attachment_Base_Directory = {
|
||||||
var chooseStrPrefix = 'attachmentBasePath.chooseNewPath.';
|
var chooseStrPrefix = 'attachmentBasePath.chooseNewPath.';
|
||||||
var clearStrPrefix = 'attachmentBasePath.clearBasePath.';
|
var clearStrPrefix = 'attachmentBasePath.clearBasePath.';
|
||||||
var title = Zotero.getString(chooseStrPrefix + 'title');
|
var title = Zotero.getString(chooseStrPrefix + 'title');
|
||||||
var msg1 = Zotero.getString(chooseStrPrefix + 'message') + "\n\n", msg2 = msg3 = "";
|
var msg1 = Zotero.getString(chooseStrPrefix + 'message') + "\n\n", msg2 = "", msg3 = "";
|
||||||
switch (numNewAttachments) {
|
switch (numNewAttachments) {
|
||||||
case 0:
|
case 0:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue