Fix for IE JS bug
This commit is contained in:
parent
0d9cddaa34
commit
da49efb032
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Zotero.Connector_Types = new function() {
|
||||||
for(var i=0; i<schemaTypes.length; i++) {
|
for(var i=0; i<schemaTypes.length; i++) {
|
||||||
var schemaType = schemaTypes[i];
|
var schemaType = schemaTypes[i];
|
||||||
this[schemaType] = Zotero.Utilities.deepCopy(Zotero.Connector_Types.schema[schemaType]);
|
this[schemaType] = Zotero.Utilities.deepCopy(Zotero.Connector_Types.schema[schemaType]);
|
||||||
for(var id in this[schemaType]) {
|
for(var id in Zotero.Connector_Types.schema[schemaType]) {
|
||||||
var entry = this[schemaType][id];
|
var entry = this[schemaType][id];
|
||||||
entry.id = parseInt(id);
|
entry.id = parseInt(id);
|
||||||
this[schemaType][entry.name] = entry;
|
this[schemaType][entry.name] = entry;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue