mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-29 02:50:55 +01:00
fixes #270 - server configurator won't start with IE8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user