Another Fx 32 translation fix
This commit is contained in:
parent
6f1b488380
commit
9219100901
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ Zotero.Translate.Sandbox = {
|
|||
if(!Zotero.Utilities.isEmpty(sandbox.exports)) {
|
||||
sandbox.exports.Zotero = sandbox.Zotero;
|
||||
sandbox = sandbox.exports;
|
||||
if(Zotero.isFx && sandbox.wrappedJSObject) sandbox = sandbox.wrappedJSObject;
|
||||
} else {
|
||||
translate._debug("COMPAT WARNING: "+translation.translator[0].label+" does "+
|
||||
"not export any properties. Only detect"+translation._entryFunctionSuffix+
|
||||
|
|
Loading…
Reference in a new issue