Skip to content

Commit f2074e2

Browse files
committed
fix oops
1 parent c794134 commit f2074e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ <h1>Passphrase and Password Generator</h1>
269269

270270
<script type="text/javascript">
271271
function load_passes() {
272-
//if(localStorage.theme == "dark") { set_dark_theme(); }
273-
if(window.name == "dark") { set_dark_theme(); }
272+
if(localStorage.theme == "dark") { set_dark_theme(); }
274273
generate_passphrase('diceware');
275274
generate_passphrase('eff');
276275
generate_passphrase('alternate');

0 commit comments

Comments
 (0)