mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-04 22:54:05 +02:00
add static files
This commit is contained in:
6
static/vendor/select2/src/js/jquery.mousewheel.shim.js
vendored
Normal file
6
static/vendor/select2/src/js/jquery.mousewheel.shim.js
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
define([
|
||||
'jquery'
|
||||
], function ($) {
|
||||
// Used to shim jQuery.mousewheel for non-full builds.
|
||||
return $;
|
||||
});
|
Reference in New Issue
Block a user