Added the normal morse encryption
This commit is contained in:
parent
0e78a407e5
commit
954f57f221
3 changed files with 222 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Reference in a new issue