]> git.sesse.net Git - remoteglot-book/blobdiff - www/book.html
Treat 0-length moves as not having a move.
[remoteglot-book] / www / book.html
index 4889b865fcfd91fb4e867042603e1a38c6ca984f..50fd70ef6a85e104bd4d8105204a2941007d4995 100644 (file)
     <p id="whiteclock"><a href="javascript:prev_move()">&lt;&lt;&lt;</a></p>
     <p id="blackclock"><a href="javascript:next_move()">&gt;&gt;&gt;</a></p>
     <p id="numviewers"></p>
+    <p id="gamesummary"></p>
+    <p id="gamehistory"></p>
   </div>
 </div>
 <div id="analysis">
+  <p>
+    <label>
+      <input type="checkbox" name="includetransp" checked="checked" onclick="javascript:set_includetransp(this.checked)" />Include transpositions
+    </label>
+  </p>
   <table>
     <thead>
       <tr id="headings">
@@ -50,7 +57,6 @@
     </tbody>
   </table>
 </div>
-<p id="rootgame"></p>
 <!-- For faster development -->
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
 <script type="text/javascript" src="js/chessboard-0.3.0.min.js"></script>