Change 'searchcondition' element to 'zoterosearchcondition', just in case someone else binds to searchcondition

This commit is contained in:
Dan Stillman 2009-12-11 08:47:00 +00:00
parent 890e7e9573
commit 2866faac5e
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@
<body>
<![CDATA[
var conditionsBox = this.id('conditions');
var condition = document.createElement('searchcondition');
var condition = document.createElement('zoterosearchcondition');
condition.setAttribute('flex','1');
conditionsBox.appendChild(condition);

View file

@ -115,7 +115,7 @@ zoterotagselector
}
searchcondition
zoterosearchcondition
{
-moz-binding: url('chrome://zotero/content/bindings/zoterosearch.xml#search-condition');
}