Fix search bar in classic citation dialog and Related Items dialog

Fixes #3599
This commit is contained in:
Dan Stillman 2024-01-29 02:12:38 -05:00
parent 452ee3a55b
commit 0045cd1b7a

View file

@ -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);
}
}