diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-24 23:24:41 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-24 23:24:41 -0700 |
commit | d6f25366900245608d364fc5ed0f07f18fd8de27 (patch) | |
tree | b06e1123c9ef70ab317606dd45b3bcf7b5028ec3 /web/static | |
parent | edd8d573f3d212ec76db8b5e77de5aadbe31d90a (diff) | |
download | dartboat-d6f25366900245608d364fc5ed0f07f18fd8de27.tar.gz dartboat-d6f25366900245608d364fc5ed0f07f18fd8de27.tar.xz |
web: refactor parts of c code
Diffstat (limited to 'web/static')
-rw-r--r-- | web/static/dartboat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/dartboat.js b/web/static/dartboat.js index f3c5849..4299dd3 100644 --- a/web/static/dartboat.js +++ b/web/static/dartboat.js @@ -119,7 +119,7 @@ prompt_handlers.match_over = { append() {}, submit() { - Module.ccall('match_init'); + Module.ccall('prompt_match_mode'); } }; |