Added option to hide arrows

This commit is contained in:
Thomas FORGIONE
2015-04-22 16:24:45 +02:00
parent 9ea0e14712
commit a46bac5663
2 changed files with 27 additions and 7 deletions

View File

@@ -20,6 +20,8 @@
<label for="fullarrow">Full arrow</label>
<input type="checkbox" id="collisions" style="margin-bottom:10px" checked>
<label for="collisions">Collisions</label>
<input type="checkbox" id="showarrows" style="margin-bottom:10px" checked>
<label for="showarrows">Show arrows</label>
<div style="border-width:1px; border-style: solid;" id="container"></div>
#
</section>