mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update search
This commit is contained in:
parent
b90d8515b1
commit
6d832b2699
4 changed files with 21 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue