use default exportCharset even if menu is not displayed
This commit is contained in:
parent
8fe4b6f8f8
commit
2668fc8491
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ var Zotero_File_Interface_Export = new function() {
|
||||||
if(option == "exportCharset") {
|
if(option == "exportCharset") {
|
||||||
if(_charsets) {
|
if(_charsets) {
|
||||||
displayOptions[option] = element.selectedItem.value;
|
displayOptions[option] = element.selectedItem.value;
|
||||||
|
} else {
|
||||||
|
displayOptions[option] = optionsAvailable[option];
|
||||||
}
|
}
|
||||||
} else if(typeof(defValue) == "boolean") {
|
} else if(typeof(defValue) == "boolean") {
|
||||||
displayOptions[option] = !!element.checked;
|
displayOptions[option] = !!element.checked;
|
||||||
|
|
Loading…
Reference in a new issue