From a651d28999accf0c18476b322a47ea5ebf031aef Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 26 Oct 2024 07:55:38 +0100 Subject: Switch to single space action --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.js b/play.js index 5ccf136..b2500ba 100644 --- a/play.js +++ b/play.js @@ -183,7 +183,7 @@ function on_click_space(evt) { if (evt.button === 0) { const space = evt.target.my_space; //console.log('on_click_space_called with space:', space); - if (send_action('infl', space)) { + if (send_action('space', space)) { //console.log('send_action with infl:', space); evt.stopPropagation(); } else if (send_action('sc', space)) { -- cgit v1.2.3