You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
remove: unused code from index.html
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user