ee582988e6
finalized language support and fixed some more bugs
3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
function changetext(id,newtext) {
|
|
document.getElementById(id).innerHTML=newtext
|
|
} |