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:
6036bc1
)
done
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 01:00:10 +0000
(
02:00
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 01:00:10 +0000
(
02:00
+0100)
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index bd985797deabd8aa2fd746043a5b7d2858f77e8e..453d90cc50d99dd98945e0b799e7df9d473ef71c 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-642,7
+642,6
@@
function startup() {
var es = new EventSource("/_/updates/"+ctoken+'/'+gen);
es.onmessage = function(event) {
- // xxx want to trap errors and ask user to reload
console.log('GOTEVE', event);
var k;
var m;