Files

5 lines
115 B
JavaScript
Raw Permalink Normal View History

2022-09-05 16:36:31 +08:00
$(function () {
// Use icon font for CheckBox and RadioButton
$('body').addClass('f-iconcheckbox');
});