Skip to content

Commit

Permalink
make demo page load zxcvbn directly
Browse files Browse the repository at this point in the history
  • Loading branch information
lowe committed Jul 23, 2015
1 parent 0b46bcd commit 0c53ae9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
</script>
<script type="text/javascript" src="mustache.js">
</script>
<script type="text/javascript" src="test.js">
<script type="text/javascript" src="demo.js">
</script>

<!-- best way to include zxcvbn: a small async loading script -->
<script type="text/javascript" src="../zxcvbn-async.js">
<script type="text/javascript" src="../zxcvbn.js">
</script>

<!-- development setup below -->
Expand Down

0 comments on commit 0c53ae9

Please sign in to comment.