line intend fixes, add normal morse decryption
This commit is contained in:
parent
4d6006e99b
commit
0e78a407e5
4 changed files with 339 additions and 168 deletions
|
@ -35,7 +35,7 @@ function decrypt(){
|
|||
$('#output').text(decryptWrittenMorseManager(input))
|
||||
} else {
|
||||
//TODO port the normal morse decode engine
|
||||
$("#output").text("The normal morse engine is not ported jet.")
|
||||
$("#output").text(decryptNormalMorseManager(input))
|
||||
}
|
||||
$('#outputcard').fadeIn(dur)
|
||||
}
|
||||
|
|
Reference in a new issue