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:
Username404-59 2024-05-10 03:48:27 +02:00
parent d691fda07f
commit 6800f48f96
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -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 ->