chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0864c36
)
note a todo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 17 Oct 2020 09:18:43 +0000
(10:18 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 17 Oct 2020 09:18:50 +0000
(10:18 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index 2a3909c0f14c6bd55d3a6f025ef42e96aa99e7ff..3a5ee48649ada7628461440599d9d349e5f45222 100644
(file)
--- 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) {