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

update ios search menu

This commit is contained in:
Luke Pulverenti 2015-07-12 01:17:09 -04:00
parent 386a9bc03d
commit 6e05379d16
2 changed files with 15 additions and 22 deletions

View file

@ -19,6 +19,12 @@
Events.trigger(self, 'change', [data.text || '']);
}, true);
document.addEventListener('searchClosed', function (data) {
Events.trigger(self, 'closed');
}, true);
}
window.SearchMenu = new searchMenu();