Change 'searchcondition' element to 'zoterosearchcondition', just in case someone else binds to searchcondition
This commit is contained in:
parent
890e7e9573
commit
2866faac5e
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -115,7 +115,7 @@ zoterotagselector
|
|||
}
|
||||
|
||||
|
||||
searchcondition
|
||||
zoterosearchcondition
|
||||
{
|
||||
-moz-binding: url('chrome://zotero/content/bindings/zoterosearch.xml#search-condition');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue