diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index ce03fe9e8..175c35df2 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -1486,6 +1486,7 @@ Zotero.Schema = new function(){ priority: parseInt( xmlnode.getElementsByTagName('priority')[0].firstChild.nodeValue ), + browserSupport: xmlnode.getAttribute('browserSupport'), inRepository: true, };