X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=128568aa465253acb4d613d1cf79eb9f6b55264e;hp=f4d37c4039aafb8720deb98fb8ad492a34d86a34;hb=e7dc2e5b82c4c050fcacc2646e1f79194e0b14d5;hpb=423130017a261075410766c4723e0efc25415bb5 diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index f4d37c4..128568a 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -324,7 +324,7 @@ var update_refutation_lines = function(board) { var tbl = $("#refutationlines"); tbl.empty(); - moves = []; + var moves = []; for (var move in refutation_lines) { moves.push(move); }