removed toggle theme

This commit is contained in:
Bangara Raju Kottedi 2023-07-23 03:34:07 +05:30
parent a5454583fb
commit e4cc95f65c

View File

@ -24,16 +24,4 @@
</script>
<div id="remark42">
<input type="checkbox" name="toggle-dark" onchange="toggleComments()">
</div>
<script>
var toggleComments = function () {
if (document.getElementById("toggle-dark").checked == true) {
window.REMARK42.changeTheme('dark');
} else {
window.REMARK42.changeTheme('light');
}
}
</script>