Skip to content
Snippets Groups Projects
Commit cceeb5c8 authored by snipe's avatar snipe
Browse files

Disable Fastclick - conflicts with Select2, per #4392

parent 579334b5
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"/css/app.css.map": "/css/app.css.map?id=bdbe05e6ecd70ccfac72", "/css/app.css.map": "/css/app.css.map?id=bdbe05e6ecd70ccfac72",
"/css/overrides.css.map": "/css/overrides.css.map?id=898c91d4a425b01b589b", "/css/overrides.css.map": "/css/overrides.css.map?id=898c91d4a425b01b589b",
"/css/dist/all.css": "/css/dist/all.css?id=7c3842d2639193ac7e88", "/css/dist/all.css": "/css/dist/all.css?id=7c3842d2639193ac7e88",
"/js/dist/all.js": "/js/dist/all.js?id=45f8944e6ec45cec9861", "/js/dist/all.js": "/js/dist/all.js?id=16d568df949bf39d8ff6",
"/css/build/all.css": "/css/build/all.css?id=7c3842d2639193ac7e88", "/css/build/all.css": "/css/build/all.css?id=7c3842d2639193ac7e88",
"/js/build/all.js": "/js/build/all.js?id=45f8944e6ec45cec9861" "/js/build/all.js": "/js/build/all.js?id=16d568df949bf39d8ff6"
} }
\ No newline at end of file
...@@ -63,7 +63,7 @@ $.AdminLTE.options = { ...@@ -63,7 +63,7 @@ $.AdminLTE.options = {
//native touch experience with touch devices. If you //native touch experience with touch devices. If you
//choose to enable the plugin, make sure you load the script //choose to enable the plugin, make sure you load the script
//before AdminLTE's app.js //before AdminLTE's app.js
enableFastclick: true, enableFastclick: false,
//Control Sidebar Options //Control Sidebar Options
enableControlSidebar: true, enableControlSidebar: true,
controlSidebarOptions: { controlSidebarOptions: {
......
...@@ -40,7 +40,7 @@ mix ...@@ -40,7 +40,7 @@ mix
'./node_modules/jquery-slimscroll/jquery.slimscroll.js', './node_modules/jquery-slimscroll/jquery.slimscroll.js',
'./node_modules/jquery.iframe-transport/jquery.iframe-transport.js', './node_modules/jquery.iframe-transport/jquery.iframe-transport.js',
'./node_modules/blueimp-file-upload/js/jquery.fileupload.js', './node_modules/blueimp-file-upload/js/jquery.fileupload.js',
'./node_modules/fastclick/lib/fastclick.js', // './node_modules/fastclick/lib/fastclick.js',
'./node_modules/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js', './node_modules/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js',
'./node_modules/bootstrap-datepicker/dist/js/bootstrap-datepicker.js', './node_modules/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
'./bower_components/iCheck/icheck.js', './bower_components/iCheck/icheck.js',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment