mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5675.0
This commit is contained in:
parent
5f308d38a0
commit
844f27d953
5 changed files with 14 additions and 11 deletions
|
@ -223,7 +223,7 @@
|
|||
function onSearchFormSubmit() {
|
||||
var page = $(this).parents('.page');
|
||||
|
||||
showSearchResults(page, $('#txtLookupName', page).val());
|
||||
showSearchResults(page, $('#txtLookupName', this).val());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue