From 6800f48f96c87d17e73843f29e2a4045d20978e3 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Fri, 10 May 2024 03:48:27 +0200 Subject: [PATCH] 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 --- src/main/kotlin/main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/main.kt b/src/main/kotlin/main.kt index e6af7a9..aaa9103 100644 --- a/src/main/kotlin/main.kt +++ b/src/main/kotlin/main.kt @@ -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 ->