From addc98f7794d070e5c450e8c0b2fb7c29dc3cf0b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 18 Nov 2020 22:46:27 +0000 Subject: [PATCH] downgrade a todo Signed-off-by: Ian Jackson --- templates/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script.ts b/templates/script.ts index d2c359c0..c265206d 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -158,7 +158,7 @@ function json_report_error(error_for_json: Object) { function string_report_error(error_message: String) { let errornode = document.getElementById('error')!; errornode.textContent += '\nError (reloading may help?):' + error_message; - // xxx want to fix this for at least basic game reconfigs, auto-reload? + // todo want to fix this for at least basic game reconfigs, auto-reload? } function api(meth: string, data: Object) { -- 2.30.2