Included writtenMorse encoding engine
This commit is contained in:
parent
d99316aec7
commit
945b5838e1
3 changed files with 166 additions and 1 deletions
js/web
|
@ -21,7 +21,7 @@ function drawer(){
|
|||
function encode(){
|
||||
var input = $('#textarea').val()
|
||||
if(wm){
|
||||
$("#output").text("The normal morse engine is not ported jet.")
|
||||
$("#output").text(encodeWrittenMorseManager(input))
|
||||
} else {
|
||||
//TODO port the normal morse decode engine
|
||||
$("#output").text("The normal morse engine is not ported jet.")
|
||||
|
|
Reference in a new issue