mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
switch to jquery slim
This commit is contained in:
parent
146568d57e
commit
47a5078596
2 changed files with 2 additions and 2 deletions
|
@ -1773,7 +1773,7 @@ var AppInfo = {};
|
||||||
masonry: bowerPath + '/masonry/dist/masonry.pkgd.min',
|
masonry: bowerPath + '/masonry/dist/masonry.pkgd.min',
|
||||||
humanedate: 'components/humanedate',
|
humanedate: 'components/humanedate',
|
||||||
chromecasthelpers: 'components/chromecasthelpers',
|
chromecasthelpers: 'components/chromecasthelpers',
|
||||||
jQuery: bowerPath + '/jquery/dist/jquery.min',
|
jQuery: bowerPath + '/jquery/dist/jquery.slim.min',
|
||||||
fastclick: bowerPath + '/fastclick/lib/fastclick',
|
fastclick: bowerPath + '/fastclick/lib/fastclick',
|
||||||
events: apiClientBowerPath + '/events',
|
events: apiClientBowerPath + '/events',
|
||||||
credentialprovider: apiClientBowerPath + '/credentials',
|
credentialprovider: apiClientBowerPath + '/credentials',
|
||||||
|
|
|
@ -414,7 +414,7 @@
|
||||||
if (selector) {
|
if (selector) {
|
||||||
delegateElement.delegate(selector, eventName, handlerProxy);
|
delegateElement.delegate(selector, eventName, handlerProxy);
|
||||||
} else {
|
} else {
|
||||||
element.bind(eventName, handlerProxy);
|
element.on(eventName, handlerProxy);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue