Skip to content

Commit

Permalink
Merge pull request imakewebthings#95 from shawphy/master
Browse files Browse the repository at this point in the history
fix the path of JS files in boilerplate.html
  • Loading branch information
imakewebthings committed Aug 21, 2012
2 parents 069f632 + c4fd50d commit e42bd0c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions boilerplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ <h1>Here</h1>
<script src="core/deck.core.js"></script>

<!-- Extension JS files. Add or remove as needed. -->
<script src="../core/deck.core.js"></script>
<script src="../extensions/hash/deck.hash.js"></script>
<script src="../extensions/menu/deck.menu.js"></script>
<script src="../extensions/goto/deck.goto.js"></script>
<script src="../extensions/status/deck.status.js"></script>
<script src="../extensions/navigation/deck.navigation.js"></script>
<script src="../extensions/scale/deck.scale.js"></script>
<script src="core/deck.core.js"></script>
<script src="extensions/hash/deck.hash.js"></script>
<script src="extensions/menu/deck.menu.js"></script>
<script src="extensions/goto/deck.goto.js"></script>
<script src="extensions/status/deck.status.js"></script>
<script src="extensions/navigation/deck.navigation.js"></script>
<script src="extensions/scale/deck.scale.js"></script>

<!-- Initialize the deck. You can put this in an external file if desired. -->
<script>
Expand Down

0 comments on commit e42bd0c

Please sign in to comment.