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

update search

This commit is contained in:
Luke Pulverenti 2016-07-12 13:17:15 -04:00
parent b90d8515b1
commit 6d832b2699
4 changed files with 21 additions and 11 deletions

View file

@ -184,6 +184,7 @@
var haspw = cardContent.getAttribute('data-haspw');
if (id == 'manual') {
context.querySelector('#txtManualName').value = '';
showManualForm(context, true);
}
else if (haspw == 'false') {
@ -216,6 +217,7 @@
});
view.querySelector('.btnManual').addEventListener('click', function () {
view.querySelector('#txtManualName').value = '';
showManualForm(view, true);
});
@ -227,6 +229,7 @@
if (!users.length) {
view.querySelector('#txtManualName').value = '';
showManualForm(view, false, false);
} else {