remove: unused code from index.html

This commit is contained in:
RainyXeon /
2024-06-25 10:13:23 +07:00
committed by ThePedroo
parent 1aa0e7e148
commit 6e8809b116
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -49,12 +49,6 @@
<!-- N/A -->
</div>
<div id="rezygisk_settings" class="dim card">
<div class="dimc content" style="font-size: 1.2em;">
Settings
</div>
</div>
<div id="rezygisk_settings" class="dim card" style="display: none;">
<div class="dimc content" style="font-size: 1.2em;">
Settings
+1 -1
View File
@@ -10,7 +10,7 @@ if (!sys_theme) sys_theme = setData('dark')
if (sys_theme === 'light') setLight()
button.addEventListener('click', (event) => {
button.addEventListener('click', () => {
switch (sys_theme) {
case 'dark': setLight(); break;
case 'light': setDark(); break;