From: Ian Jackson Date: Sat, 17 Oct 2020 09:18:43 +0000 (+0100) Subject: note a todo X-Git-Tag: otter-0.2.0~631 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4c16524c34bf6435b4312d94f04ffab76ad5e7a7;p=otter.git note a todo Signed-off-by: Ian Jackson --- diff --git a/templates/script.ts b/templates/script.ts index 2a3909c0..3a5ee486 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -158,6 +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? } function api(meth: string, data: Object) {