mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update pin page
This commit is contained in:
parent
75aa4cc85c
commit
38acdb335b
2 changed files with 5 additions and 3 deletions
|
@ -47,6 +47,9 @@
|
|||
|
||||
page.querySelector('form').addEventListener('submit', onSubmit);
|
||||
|
||||
page.querySelector('.btnCancel').addEventListener('click', function () {
|
||||
Dashboard.navigate('mypreferencesmenu.html?userId=' + ApiClient.getCurrentUserId());
|
||||
});
|
||||
});
|
||||
|
||||
pageIdOn('pageshow', 'pinEntryPage', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue