mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tabs
This commit is contained in:
parent
382dea3748
commit
9ea282ff39
129 changed files with 371 additions and 418 deletions
|
@ -28,7 +28,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
$(document).on('pageinitdepends', "#userPasswordPage", function () {
|
||||
$(document).on('pageinit', "#userPasswordPage", function () {
|
||||
|
||||
$('.adminUpdatePasswordForm').off('submit', UpdatePasswordPage.onSubmit).on('submit', UpdatePasswordPage.onSubmit);
|
||||
$('.adminLocalAccessForm').off('submit', UpdatePasswordPage.onLocalAccessSubmit).on('submit', UpdatePasswordPage.onLocalAccessSubmit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue