mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
merge branch master into standalone
This commit is contained in:
commit
fa1483d3c0
195 changed files with 7490 additions and 3044 deletions
|
@ -2,7 +2,7 @@ define(function () {
|
|||
'use strict';
|
||||
|
||||
// hack to work around the server's auto-redirection feature
|
||||
var addRedirectPrevention = window.dashboardVersion != null && window.Dashboard;
|
||||
const addRedirectPrevention = window.dashboardVersion != null && window.Dashboard;
|
||||
|
||||
return {
|
||||
|
||||
|
@ -25,7 +25,7 @@ define(function () {
|
|||
url += 'r=0';
|
||||
}
|
||||
|
||||
var xhr = new XMLHttpRequest();
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.open('GET', url, true);
|
||||
|
||||
xhr.onload = function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue