Save browserSupport from repo

This commit is contained in:
Dan Stillman 2011-08-03 23:45:44 +00:00
parent b75b36fa77
commit 1625e412f9

View File

@ -1486,6 +1486,7 @@ Zotero.Schema = new function(){
priority: parseInt(
xmlnode.getElementsByTagName('priority')[0].firstChild.nodeValue
),
browserSupport: xmlnode.getAttribute('browserSupport'),
inRepository: true,
};