mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5621.2
This commit is contained in:
parent
2e982826bb
commit
4e86a39f8c
25 changed files with 651 additions and 550 deletions
6
dashboard-ui/thirdparty/apiclient/ajax.js
vendored
6
dashboard-ui/thirdparty/apiclient/ajax.js
vendored
|
@ -2,11 +2,13 @@
|
|||
|
||||
globalScope.AjaxApi = {
|
||||
|
||||
param: function(params) {
|
||||
param: function (params) {
|
||||
return jQuery.param(params);
|
||||
},
|
||||
|
||||
ajax: function(request) {
|
||||
ajax: function (request) {
|
||||
|
||||
request.timeout = request.timeout || 30000;
|
||||
|
||||
try {
|
||||
return jQuery.ajax(request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue