Removed bootstrap toggles for checkboxes
This commit is contained in:
parent
82da15cad4
commit
27d6babf4f
|
|
@ -42,7 +42,6 @@ module.exports = function (grunt) {
|
|||
'./public/vendor/RRSSB/js/rrssb.js',
|
||||
'./public/vendor/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.js',
|
||||
'./public/vendor/curioussolutions-datetimepicker/dist/DateTimePicker.js',
|
||||
'./public/vendor/bootstrap-toggle/js/bootstrap-toggle.js',
|
||||
'./public/vendor/jquery-minicolors/jquery.minicolors.min.js',
|
||||
'./public/assets/javascript/app.js'
|
||||
],
|
||||
|
|
|
|||
|
|
@ -27,8 +27,7 @@
|
|||
"fontawesome": "~4.2.0",
|
||||
"simplemde": "~1.8.1",
|
||||
"bootstrap-touchspin": "~3.0.1",
|
||||
"jquery-minicolors": "~2.2.3",
|
||||
"bootstrap-toggle": "~2.2.2"
|
||||
"jquery-minicolors": "~2.2.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"jquery": ">=1.5",
|
||||
|
|
|
|||
|
|
@ -177,9 +177,6 @@ $(function () {
|
|||
|
||||
$('html').removeClass('working');
|
||||
|
||||
//intialize toggeles
|
||||
$('input[type="checkbox"]').bootstrapToggle();
|
||||
|
||||
}
|
||||
}).done().fail(function (data) {
|
||||
$('html').removeClass('working');
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
@import (inline) "../../vendor/curioussolutions-datetimepicker/dist/DateTimePicker.min.css";
|
||||
@import (inline) "../../vendor/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.css";
|
||||
@import (inline) "../../vendor/jquery-minicolors/jquery.minicolors.css";
|
||||
@import (inline) "../../vendor/bootstrap-toggle/css/bootstrap-toggle.css";
|
||||
|
||||
|
||||
@import "custom.less";
|
||||
|
|
|
|||
Loading…
Reference in New Issue