]> git.sesse.net Git - remoteglot/blobdiff - www/index.html
Replace jsPlumb by writing some SVG arrows ourselves.
[remoteglot] / www / index.html
index 699ec5e4e208fc2f718a3a3030d27bc5720c1540..b2320bda66107c33789e1cae7bfc979d3bd18297 100644 (file)
   Moves provided by <a href="http://www.freechess.org/">FICS</a>.
   Hosting and main analysis hardware by <a href="http://www.samfundet.no/">Studentersamfundet i Trondhjem</a>.
   JavaScript chessboard powered by <a href="http://chessboardjs.com/">chessboard.js</a>.
-  Arrows by <a href="http://jsplumbtoolkit.com">jsPlumb</a>&mdash;who would think you could
-  draw such beautiful arrows in just 161 kB of JavaScript on top of the
-  323 kB needed for jQuery and jQuery UI? How far technology has come. If you want something
-  more retro, the <a href="/text.pl">text interface</a> is still available.</p>
+  If you want something more retro, the <a href="/text.pl">text interface</a> is still available.</p>
 
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
-<script type="text/javascript" src="js/jquery.jsPlumb-1.5.3-min.js"></script>
 <script type="text/javascript" src="js/chessboard-0.3.0.min.js"></script>
 <script type="text/javascript" src="js/remoteglot.js"></script>
 </body>