- commit
- cbad3c4d4d2d46bbc5b1e289657f57f25b5c0e6d
- parent
- 90cb722eb56df01cfd1c62af86f566bcbaa0725e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-05-05 07:26
Gardening
Diffstat
M | static/index.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.js b/static/index.js
@@ -38,7 +38,7 @@ el.addEventListener('input', function() { 38 38 39 39 signal.listen(room, function(msg) { 40 40 if (msg.sender === id) {41 -1 return-1 41 return; 42 42 } else if (msg.type === 'changes') { 43 43 applyChanges(msg.data); 44 44 } else if (msg.type === 'request') {