Skip to content

Commit

Permalink
Replace href="#"
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Nov 11, 2015
1 parent f0d8766 commit 622cb9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
</script>
</div>
<div>
<a href="#" onclick="javascript:restartGame()">Restart</a>
<a href="javascript:restartGame()">Restart</a>
</div>
<div>
<a href="#" onclick="javascript:solveGame()">Solve</a>
<a href="javascript:solveGame()">Solve</a>
</div>
<div>
<a id="edit_level" href="#" target="_blank">Edit this level</a>
<a id="edit_level" href="javascript:void(0)" target="_blank">Edit this level</a>
</div>
</div>
</body>
Expand Down

0 comments on commit 622cb9f

Please sign in to comment.