1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

search hint fixes

This commit is contained in:
Luke Pulverenti 2013-04-27 10:00:22 -04:00
parent 5005e0d448
commit 6659d6ee79
2 changed files with 10 additions and 10 deletions

View file

@ -253,5 +253,13 @@
}
window.Search = new search();
$(document).on('pagehide', ".page", function () {
hideFlyout(this);
$('#txtSearch', this).val('');
});
})(jQuery, document, window, clearTimeout, setTimeout);