Use the iCheck library for input box styling.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-04-30 01:43:29 +02:00
parent 170e9d37a7
commit 064a0aae9c
120 changed files with 5062 additions and 151 deletions

View File

@@ -100,6 +100,15 @@ $(document).ready(function () {
if (seconds > 0) {
setTimeout(countDown, 100);
}
if (!testCookies() && $("#cookieInfo").length) {
$("#cookieInfo").show();
}
var checkbox_theme = $("#checkbox_theme").text();
$('input').icheck({
checkboxClass: 'icheckbox_' + checkbox_theme,
radioClass: 'iradio_' + checkbox_theme
});
});
// Handle Enable/Disable