Skip to content

Commit

Permalink
version 0.8.1 relase
Browse files Browse the repository at this point in the history
  • Loading branch information
jezek committed Jan 21, 2019
1 parent c5e2117 commit 74fd5fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions URLchess.js
Original file line number Diff line number Diff line change
Expand Up @@ -38514,9 +38514,9 @@ $packages["URLchess"] = (function() {
/* if (_r$3) { */ case 10:
(x$12 = m[0].Board.Grid.Squares, ((i < 0 || i >= x$12.length) ? ($throwRuntimeError("index out of range"), undefined) : x$12[i])).Markers.Check = true;
_r$4 = ch[0].game.Status(); /* */ $s = 15; case 15: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
/* */ if (_r$4 === 510) { $s = 13; continue; }
/* */ if (((_r$4 & 510) >>> 0) > 0) { $s = 13; continue; }
/* */ $s = 14; continue;
/* if (_r$4 === 510) { */ case 13:
/* if (((_r$4 & 510) >>> 0) > 0) { */ case 13:
(x$13 = m[0].Board.Grid.Squares, ((i < 0 || i >= x$13.length) ? ($throwRuntimeError("index out of range"), undefined) : x$13[i])).Markers.Mate = true;
/* } */ case 14:
/* } */ case 11:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
//]]>
</script>
<link rel="stylesheet" type="text/css" href="URLchess.css?v0.8">
<script src="URLchess.js?v0.8"></script>
<link rel="stylesheet" type="text/css" href="URLchess.css?v0.8.1">
<script src="URLchess.js?v0.8.1"></script>
</head>
<body>
</body>
Expand Down

0 comments on commit 74fd5fa

Please sign in to comment.