removed toggle theme
This commit is contained in:
parent
a5454583fb
commit
e4cc95f65c
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user