X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=20cc1fc6ca661ef9f88f65f2497a8d5e81c6eb2e;hb=a82c2a991cd7d4baafde86b14eba458a04782081;hp=f6c06bb56aa8acb9de5178458787d6b33a57f10d;hpb=7de3f2a065a0928d9e3b6f278464ca6258e2e6c9;p=remoteglot diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index f6c06bb..20cc1fc 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -7,7 +7,7 @@ * @type {Number} * @const * @private */ -var SCRIPT_VERSION = 2016113002; +var SCRIPT_VERSION = 2016113007; /** * The current backend URL. @@ -1207,7 +1207,7 @@ var update_board = function() { break; } create_arrow(move.from, move.to, '#f66', 6, 20); - last_to = move.from; + last_to = move.to; hiddenboard.move(data['pv'][i + 1]); // To keep continuity. }