Fix search bar in classic citation dialog and Related Items dialog
Fixes #3599
This commit is contained in:
parent
452ee3a55b
commit
0045cd1b7a
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ function onSearch()
|
|||
{
|
||||
if (itemsView)
|
||||
{
|
||||
var searchVal = document.getElementById('zotero-tb-search').value;
|
||||
var searchVal = document.getElementById('zotero-tb-search-textbox').value;
|
||||
itemsView.setFilter('search', searchVal);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue