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