1
0
Fork 0
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:
Luke Pulverenti 2014-11-05 14:28:41 -05:00
parent de886863b5
commit 12ed90765c
4 changed files with 50 additions and 185 deletions

View file

@ -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;