Files
Basf_EProject/EProject/FineUIPro.Web/res/themes/custom_light_green/theme.js
T

5 lines
115 B
JavaScript
Raw Normal View History

2024-05-08 11:01:54 +08:00
$(function () {
// Use icon font for CheckBox and RadioButton
$('body').addClass('f-iconcheckbox');
});