From c17cb0c030ad2b4eb8493fbbc6aba34b68afacb6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 11 Nov 2014 13:53:40 +0100 Subject: [PATCH 1/1] Unbreak promotion again. --- www/js/remoteglot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index a18f93e..e7a0453 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -784,6 +784,7 @@ var update_displayed_line = function() { move = source + "-" + target; hiddenboard.move(move, false); + pos = hiddenboard.position(); // Do promotion if needed. if (promo != "") { -- 2.39.2