Added the normal morse encryption

This commit is contained in:
mmk2410 2015-04-16 23:48:18 +02:00
parent 0e78a407e5
commit 954f57f221
3 changed files with 222 additions and 1 deletions

View file

@ -24,7 +24,7 @@ function encrypt(){
$("#output").text(encryptWrittenMorseManager(input))
} else {
//TODO port the normal morse decode engine
$("#output").text("The normal morse engine is not ported jet.")
$("#output").html(encryptNormalMorseManager(input))
}
$('#outputcard').fadeIn(dur)
}