mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework build scripts
This commit is contained in:
parent
de886863b5
commit
12ed90765c
4 changed files with 50 additions and 185 deletions
|
@ -303,12 +303,12 @@
|
|||
if ($('#txtNewPassword', page).val() != $('#txtNewPasswordConfirm', page).val()) {
|
||||
|
||||
Dashboard.showError(Globalize.translate('PasswordMatchError'));
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
savePassword(page);
|
||||
}
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
savePassword(page);
|
||||
|
||||
// Disable default form submission
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue