Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 788822b

Browse files
remove unneded values
1 parent bf87347 commit 788822b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/settings.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import Password from '../components/password';
9393
<select
9494
class="dropdown"
9595
id="theme"
96-
onchange="changeTheme(this.value, manual = true)"
96+
onchange="changeTheme(this.value)"
9797
>
9898
<option value="default">Default</option>
9999
<option value="pink">Pink</option>
@@ -125,7 +125,7 @@ import Password from '../components/password';
125125
<select
126126
class="dropdown"
127127
id="bg-effect"
128-
onchange="changeBgEffect(this.value, manual = true)"
128+
onchange="changeBgEffect(this.value)"
129129
>
130130
<option value="none">None</option>
131131
<option value="multicolor">Multicolor</option>

0 commit comments

Comments
 (0)