1
0
Fork 0
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:
Luke Pulverenti 2016-02-21 09:52:53 -05:00
parent 75aa4cc85c
commit 38acdb335b
2 changed files with 5 additions and 3 deletions

View file

@ -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 () {