www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1625e412f99a73ee122cfb097790e9298643a214
parent b75b36fa771de78982cc37b986059e0a0ab621a4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  3 Aug 2011 23:45:44 +0000

Save browserSupport from repo


Diffstat:
Mchrome/content/zotero/xpcom/schema.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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, };