- commit
- 80c7d2b963abb6d951f0bdf3748bd0b0f92d96f9
- parent
- 06b8f0eb21db72e6a913f11918425929c821735a
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-12-17 17:50
fix updateScoreTable for host
Diffstat
| M | drawful.js | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/drawful.js b/drawful.js
@@ -106,6 +106,7 @@ document.querySelector('#pick-host').addEventListener('submit', function(event)
106 106 event.preventDefault();
107 107 score();
108 108 send('setScores', state.scores);
-1 109 html.updateScoreTable('#scores table', state.scores);
109 110 html.setView('scores');
110 111 resetRound();
111 112 });