]> git.sesse.net Git - remoteglot/commitdiff
jQuery is part of the compiled build.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 Jun 2015 22:51:49 +0000 (00:51 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 Jun 2015 22:51:49 +0000 (00:51 +0200)
www/index.html

index 6262e1a6c2ce1dbb30b4ce51cc0d6bc03aa18776..19da00c73d8995ed05913bff451de1316d6be5ba 100644 (file)
   Ding sound by <a href="https://www.freesound.org/people/Aiwha/sounds/196106/">Aiwha</a> (CC-BY-3.0).
   7-man Lomonosov tablebase lookup by <a href="http://tb7.chessok.com/">ChessOK</a>.</p>
 
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-
 <!-- 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>
 <script type="text/javascript" src="js/chess.min.js"></script>
 <script type="text/javascript" src="js/json_delta.js"></script>
 <script type="text/javascript" src="js/remoteglot.js"></script>
+<!--
+-->
 
-<!-- Minified version of the previous four, compiled together -->
+<!-- Minified version of the previous five, compiled together -->
 <!--
 <script type="text/javascript" src="js/remoteglot.min.js"></script>
 -->