mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Fixed indenting
This commit is contained in:
parent
1b625ad37a
commit
88312059f7
1 changed files with 39 additions and 40 deletions
1
main.js
1
main.js
|
@ -487,7 +487,6 @@ Diceware.go = function() {
|
|||
jQuery("#github_ribbon").fadeIn(1000);
|
||||
}
|
||||
|
||||
|
||||
if (!Diceware.i_can_has_good_crypto()) {
|
||||
jQuery(".source .bad_crypto").clone().hide().fadeIn(800).appendTo(".message");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue