summaryrefslogtreecommitdiff
path: root/web/static/dartboat.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/dartboat.js')
-rw-r--r--web/static/dartboat.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/static/dartboat.js b/web/static/dartboat.js
index cb84fe3..cb8e9dd 100644
--- a/web/static/dartboat.js
+++ b/web/static/dartboat.js
@@ -113,19 +113,19 @@ prompt_handlers.num_darts = {
}
};
-prompt_handlers.match_over = {
+prompt_handlers.end_match = {
__proto__: prompt_handlers.default_with_undo,
append() {},
submit() {
- Module.ccall('prompt_match_mode');
+ Module.ccall('end_match');
}
};
-prompt_handlers.init = {
+prompt_handlers.match_mode = {
__proto__: prompt_handlers.default,
- _keypad: 'init',
+ _keypad: 'match_mode',
submit() {
let v = this._get_and_clear();