From 1625e412f99a73ee122cfb097790e9298643a214 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 3 Aug 2011 23:45:44 +0000 Subject: [PATCH] Save browserSupport from repo --- chrome/content/zotero/xpcom/schema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index ce03fe9e8c..175c35df2d 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, };