mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update web components
This commit is contained in:
parent
909402537a
commit
fcdd2e4f4b
114 changed files with 1611 additions and 1238 deletions
|
@ -78,7 +78,7 @@
|
|||
};
|
||||
|
||||
var url = "http://mb3admin.com/admin/service/supporter/linkKeys";
|
||||
Logger.log(url);
|
||||
console.log(url);
|
||||
$.post(url, info).then(function (res) {
|
||||
var result = JSON.parse(res);
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
@ -87,7 +87,7 @@
|
|||
} else {
|
||||
Dashboard.alert(result.ErrorMessage);
|
||||
}
|
||||
Logger.log(result);
|
||||
console.log(result);
|
||||
|
||||
});
|
||||
|
||||
|
@ -102,7 +102,7 @@
|
|||
var email = $('#txtEmail', form).val();
|
||||
|
||||
var url = "http://mb3admin.com/admin/service/supporter/retrievekey?email=" + email;
|
||||
Logger.log(url);
|
||||
console.log(url);
|
||||
$.post(url).then(function (res) {
|
||||
var result = JSON.parse(res);
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
@ -111,7 +111,7 @@
|
|||
} else {
|
||||
Dashboard.alert(result.ErrorMessage);
|
||||
}
|
||||
Logger.log(result);
|
||||
console.log(result);
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue