Upgrade to custom jQuery UI 1.12.1 due to errors with jQuery 3

This commit is contained in:
djmaze 2020-07-15 14:16:07 +02:00
parent 412d69ce75
commit 854d723927
12 changed files with 7596 additions and 6492 deletions

View file

@ -51,7 +51,7 @@ config.paths.css = {
name: 'app.css',
src: [
'node_modules/normalize.css/normalize.css',
'vendors/jquery-ui/css/smoothness/jquery-ui-1.10.3.custom.css',
'vendors/jquery-ui/css/smoothness/jquery-ui-1.12.1.custom.css',
'vendors/fontastic/styles.css',
'vendors/jquery-letterfx/jquery-letterfx.min.css',
'vendors/inputosaurus/inputosaurus.css',
@ -74,7 +74,7 @@ config.paths.js = {
name: 'libs.js',
src: [
'node_modules/jquery/dist/jquery.min.js',
'vendors/jquery-ui/js/jquery-ui-1.10.3.custom.min.js', // custom
'vendors/jquery-ui/js/jquery-ui-1.12.1.custom.min.js', // custom
'vendors/jquery-wakeup/jquery.wakeup.js', // no-npm
'vendors/jquery-letterfx/jquery-letterfx.min.js', // no-npm
'vendors/inputosaurus/inputosaurus.js', // custom (modified)