Browse Source

Fix template

master
Pete Shadbolt 6 years ago
parent
commit
bd05e29c4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/index.html

+ 1
- 1
templates/index.html View File

@@ -47,7 +47,7 @@
<li><a onclick="editor.raussendorf()">Raussendorf</a></li>
<li><a onclick="share()">Share</a></li>
<li><a href="/{{uuid}}/download">Download</a></li>
<li><input id=curvy type="checkbox"></input> Curved edges</li>
<li><input id=curvy type="checkbox" checked></input> Curved edges</li>
<li><a href="/doc" id=help>Documentation</a></li>
</ul>
</div>


Loading…
Cancel
Save