Remove a comment about ybcon.js and ybcon.worker.js (the latter isn't even needed anymore as of emscripten 3.1.58)
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
d691fda07f
commit
6800f48f96
|
@ -66,7 +66,7 @@ fun makeConsole() {
|
|||
}
|
||||
""".trimIndent()
|
||||
) } }
|
||||
script(src = "/ybcon.js") {} // Note: ybcon.js and ybcon.worker.js have to be available at this path on the server
|
||||
script(src = "/ybcon.js") {}
|
||||
textArea {
|
||||
id = "input_box"
|
||||
onKeyUpFunction = { event ->
|
||||
|
|
Loading…
Reference in New Issue