We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c794134 commit f2074e2Copy full SHA for f2074e2
index.html
@@ -269,8 +269,7 @@ <h1>Passphrase and Password Generator</h1>
269
270
<script type="text/javascript">
271
function load_passes() {
272
- //if(localStorage.theme == "dark") { set_dark_theme(); }
273
- if(window.name == "dark") { set_dark_theme(); }
+ if(localStorage.theme == "dark") { set_dark_theme(); }
274
generate_passphrase('diceware');
275
generate_passphrase('eff');
276
generate_passphrase('alternate');
0 commit comments