Included writtenMorse encoding engine

This commit is contained in:
mmk2410 2015-04-15 21:48:21 +02:00
parent d99316aec7
commit 945b5838e1
3 changed files with 166 additions and 1 deletions
js/web

View file

@ -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.")