line intend fixes, add normal morse decryption

This commit is contained in:
mmk2410 2015-04-16 23:00:13 +02:00
parent 4d6006e99b
commit 0e78a407e5
4 changed files with 339 additions and 168 deletions

View file

@ -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)
}