summaryrefslogtreecommitdiff
path: root/slate/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-21 12:31:55 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-21 12:31:55 -0500
commitb5b6ce16bf174de7e5427955b4a1eec7cecdaab6 (patch)
treed62014b7b0efe198463da91bbfba09402521459e /slate/index.html
parentdc06b38d10e7ba148850495461885c61185cb85f (diff)
fixed js script load order
Diffstat (limited to 'slate/index.html')
-rwxr-xr-xslate/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/slate/index.html b/slate/index.html
index 5ca3a9af..922e8287 100755
--- a/slate/index.html
+++ b/slate/index.html
@@ -636,10 +636,10 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../assets/js/jquery.js"></script>
- <script src="../js/bootswatch.js"></script>
<script src="../assets/js/bootstrap-dropdown.js"></script>
<script src="../assets/js/bootstrap-scrollspy.js"></script>
<script src="../assets/js/bootstrap-collapse.js"></script>
+ <script src="../js/bootswatch.js"></script>
<script src="../assets/js/application.js"></script>