Skip to content

Commit

Permalink
fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
atoponce committed Mar 20, 2018
1 parent c794134 commit f2074e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ <h1>Passphrase and Password Generator</h1>

<script type="text/javascript">
function load_passes() {
//if(localStorage.theme == "dark") { set_dark_theme(); }
if(window.name == "dark") { set_dark_theme(); }
if(localStorage.theme == "dark") { set_dark_theme(); }
generate_passphrase('diceware');
generate_passphrase('eff');
generate_passphrase('alternate');
Expand Down

0 comments on commit f2074e2

Please sign in to comment.