forked from shaba/openuds
fixed checkbox "beautifier"
This commit is contained in:
parent
6f4eca7da3
commit
72456baa8e
@ -52,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
applyCustoms: function(selector) {
|
applyCustoms: function(selector) {
|
||||||
// Activate "custom" styles
|
// Activate "custom" styles
|
||||||
$(selector + ' .make-switch').bootstrapSwitch();
|
$(selector + ' input:checkbox').bootstrapSwitch();
|
||||||
// Activate "cool" selects
|
// Activate "cool" selects
|
||||||
$(selector + ' .selectpicker').selectpicker();
|
$(selector + ' .selectpicker').selectpicker();
|
||||||
// TEST: cooler on mobile devices
|
// TEST: cooler on mobile devices
|
||||||
|
Loading…
Reference in New Issue
Block a user