Skip to content

Commit

Permalink
Fix mc_lang
Browse files Browse the repository at this point in the history
  • Loading branch information
salif committed Aug 23, 2024
1 parent d976964 commit 498e628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

// button.onclick
function set_lang(mc_lang) {
window.mc_lang = mc_lang
window.mc_lang = new morse_code.Language(mc_lang)
oninp(window.inputs[0])
}

Expand Down Expand Up @@ -251,7 +251,7 @@
window.inputs = []
window.input_abc = {}
window.characters_list = new option.Some(morse_code.morse_code_list)
window.mc_lang = "1"
window.mc_lang = morse_code.language_latin
// html table
window.el_main_table = document.getElementById("main_table")
// used in html
Expand Down

0 comments on commit 498e628

Please sign in to comment.