mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #270 - server configurator won't start with IE8
This commit is contained in:
parent
e48c0f781d
commit
7007c76980
6 changed files with 32 additions and 10 deletions
|
@ -2513,7 +2513,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
|
|||
};
|
||||
}
|
||||
|
||||
}(jQuery, navigator, JSON, window.WebSocket, setTimeout);
|
||||
}(jQuery, navigator, window.JSON, window.WebSocket, setTimeout);
|
||||
|
||||
/**
|
||||
* Provides a friendly way to create an api client instance using information from the browser's current url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue