mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 08:11:08 +00:00
11 lines
280 B
JavaScript
11 lines
280 B
JavaScript
jQuery(document).ready(function() {
|
|
jQuery('.cmb_option').iCheck({
|
|
checkboxClass: 'icheckbox_minimal-grey',
|
|
radioClass: 'iradio_minimal-grey'
|
|
});
|
|
|
|
jQuery('.cmb_select, .cmb-type-select_timezone td select').each (function() {
|
|
jQuery(this).select2({});
|
|
});
|
|
|
|
}); |