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:
342a03d
)
downgrade a todo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 18 Nov 2020 22:46:27 +0000
(22:46 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 18 Nov 2020 22:46:27 +0000
(22:46 +0000)
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 d2c359c038fe3d01c4b0d1686ff479ba99aaccbb..c265206dffc2bf20eca80a4dbda387404b38218d 100644
(file)
--- 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) {