mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Insert icheck CSS right after Bootstrap
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user