Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Plavozont committed Aug 20, 2024
1 parent 2e45d61 commit 8a71c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
create_rect("label1",0,5,100,6,3,"<span style='color:white;'>Put word-to-lern and translation separated with \" | \" in each line and press save</span>")
document.getElementById("label1").style.textAlign = "center"

create_textarea("voc",10,10,80,75,3,getCookie("vocabulary"))
create_textarea("voc",10,10,80,75,3,getCookie("vocabulary").replaceAll(":lnbrk:","\n"))
create_rect("save_btn",40,90,20,6,5,"<input type='button' class='btn' value='Save' onclick='save_voc();'>")
document.getElementById("voc").style.textAlign = "center"
//document.getElementById("voc").style.fontSize = "100%"
Expand Down

0 comments on commit 8a71c4c

Please sign in to comment.