fixed checkbox "beautifier"

This commit is contained in:
Adolfo Gómez 2014-02-12 13:34:58 +00:00
parent 6f4eca7da3
commit 72456baa8e

View File

@ -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