mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update elements
This commit is contained in:
parent
ab2d2eaf94
commit
7b96f75a6c
24 changed files with 500 additions and 459 deletions
|
@ -349,7 +349,8 @@
|
|||
|
||||
self.onSubmit = function () {
|
||||
|
||||
var page = $($.mobile.activePage)[0];
|
||||
var form = this;
|
||||
var page = $(form).parents('.page')[0];
|
||||
|
||||
if ($('#txtNewPassword', page).val() != $('#txtNewPasswordConfirm', page).val()) {
|
||||
|
||||
|
@ -370,7 +371,8 @@
|
|||
|
||||
self.onLocalAccessSubmit = function () {
|
||||
|
||||
var page = $($.mobile.activePage)[0];
|
||||
var form = this;
|
||||
var page = $(form).parents('.page')[0];
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue