Skip to content

Commit 4fc1fb1

Browse files
committed
Fix font loading, and add matching Bootstrap JS to repo
1 parent 1211da5 commit 4fc1fb1

22 files changed

Lines changed: 4718 additions & 1 deletion

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- 3rd-party libraries -->
2020
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
21-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
21+
<script src="/javascripts/bootstrap/bootstrap.min.js"></script>
2222
<script src="/javascripts/jquery.getUrlParam.js"></script>
2323
<script src="/javascripts/jquery.loadTemplate-1.4.4.min.js"></script>
2424
<script src="/javascripts/respond.js"></script>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//= require ./bootstrap/affix
2+
//= require ./bootstrap/alert
3+
//= require ./bootstrap/button
4+
//= require ./bootstrap/carousel
5+
//= require ./bootstrap/collapse
6+
//= require ./bootstrap/dropdown
7+
//= require ./bootstrap/tab
8+
//= require ./bootstrap/transition
9+
//= require ./bootstrap/scrollspy
10+
//= require ./bootstrap/modal
11+
//= require ./bootstrap/tooltip
12+
//= require ./bootstrap/popover

0 commit comments

Comments
 (0)