mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
minify resources
This commit is contained in:
parent
8a6884abef
commit
661eeac16e
201 changed files with 203 additions and 52376 deletions
|
@ -1,9 +1 @@
|
|||
define(['jQuery'], function ($) {
|
||||
'use strict';
|
||||
|
||||
// TODO: This needs to be deprecated, but it's used heavily by plugins
|
||||
$.fn.selectmenu = function () {
|
||||
// No-op. This implementation only exists to prevent script errors
|
||||
return this;
|
||||
};
|
||||
});
|
||||
define(["jQuery"],function($){"use strict";$.fn.selectmenu=function(){return this}});
|
Loading…
Add table
Add a link
Reference in a new issue