mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
switch to jquery slim
This commit is contained in:
parent
146568d57e
commit
47a5078596
@ -1773,7 +1773,7 @@ var AppInfo = {};
|
||||
masonry: bowerPath + '/masonry/dist/masonry.pkgd.min',
|
||||
humanedate: 'components/humanedate',
|
||||
chromecasthelpers: 'components/chromecasthelpers',
|
||||
jQuery: bowerPath + '/jquery/dist/jquery.min',
|
||||
jQuery: bowerPath + '/jquery/dist/jquery.slim.min',
|
||||
fastclick: bowerPath + '/fastclick/lib/fastclick',
|
||||
events: apiClientBowerPath + '/events',
|
||||
credentialprovider: apiClientBowerPath + '/credentials',
|
||||
|
@ -414,7 +414,7 @@
|
||||
if (selector) {
|
||||
delegateElement.delegate(selector, eventName, handlerProxy);
|
||||
} else {
|
||||
element.bind(eventName, handlerProxy);
|
||||
element.on(eventName, handlerProxy);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user