Skip to content

Commit 8fe4e62

Browse files
committed
load jQuery before bootstrap js
1 parent 2d27e25 commit 8fe4e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<link rel="shortcut icon" type="image/png" href="favicon.png" />
77
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
8-
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
98
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js"></script>
9+
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
1010

1111
<link href="jupyter_font/styles.css" rel="stylesheet">
1212
<link href="css/jupyter.css" rel="stylesheet">

0 commit comments

Comments
 (0)