Insert icheck CSS right after Bootstrap

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2023-10-15 17:46:31 -03:00
parent ff77b8f021
commit e5f4f37806
+1 -1
View File
@@ -143,7 +143,7 @@ function initCheckboxRadioStyle() {
}
var boxsheet = $('<link href="' + getCheckboxURL(chkboxStyle) + '" rel="stylesheet" />');
boxsheet.appendTo("head");
boxsheet.insertAfter($("link[href*='style/vendor/bootstrap/css/bootstrap.min.css']"));
applyCheckboxRadioStyle(chkboxStyle);