Skip to content

Commit

Permalink
Use latest version of bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
odegroot committed May 28, 2017
1 parent 11c634d commit 9176d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<script type="text/jsx" src="explain.jsx"></script>
<script type="text/jsx" src="bulk.jsx"></script>
<script type="text/jsx" src="calc.jsx"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script type="text/lua">
if #window.location.hash == 0 then
window.location.hash = '#' .. js.global.DEFAULT_LIB
Expand Down

0 comments on commit 9176d0f

Please sign in to comment.