Skip to content

Commit

Permalink
Add jQuery to Example index.html (fixes zurb#34)
Browse files Browse the repository at this point in the history
The example doesn't work right 'out of the box', which defeats the point of the example.
  • Loading branch information
MadMikeyB authored Mar 30, 2017
1 parent 96f09e2 commit 8d7d502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3>Graphs</h3>
</div>

<br><br><br>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="dist/js/vendor/dependencies.js"></script>
<script src="dist/js/pizza.js"></script>
<script>
Expand All @@ -93,4 +93,4 @@ <h3>Graphs</h3>
});
</script>
</body>
</html>
</html>

0 comments on commit 8d7d502

Please sign in to comment.