mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
switch to emby components
This commit is contained in:
parent
5c12589db7
commit
a1b46992f0
4 changed files with 40 additions and 36 deletions
|
@ -1495,13 +1495,15 @@ var AppInfo = {};
|
|||
|
||||
define("jQuery", [bowerPath + '/jquery/dist/jquery.slim.min'], function () {
|
||||
|
||||
require(['legacy/fnchecked']);
|
||||
require(['fnchecked']);
|
||||
if (window.ApiClient) {
|
||||
jQuery.ajax = ApiClient.ajax;
|
||||
}
|
||||
return jQuery;
|
||||
});
|
||||
|
||||
define("fnchecked", ['legacy/fnchecked']);
|
||||
|
||||
define("dialogHelper", [embyWebComponentsBowerPath + "/dialoghelper/dialoghelper"], function (dialoghelper) {
|
||||
|
||||
dialoghelper.setOnOpen(onDialogOpen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue