💄 improve: 优化IP变更选中状态

This commit is contained in:
naiba 2021-01-20 22:57:38 +08:00
parent 9f98f7a489
commit cffb05768b

View File

@ -48,5 +48,8 @@
return false;
})
$('.checkbox').checkbox()
{{if .Conf.EnableIPChangeNotification}}
$('.checkbox').checkbox('set checked')
{{end}}
</script>
{{end}}