Skip to content

Commit 4f5c57d

Browse files
committed
rollback jquery source
1 parent 7366a44 commit 4f5c57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ <h1 class="author-name">{{ site.author }}</h1>
164164

165165
<!-- Bootstrap core JavaScript -->
166166
<!-- Placed at the end of the document so the pages load faster -->
167-
<script src="/static/js/bootstrap.min.js"></script>
168-
<script src="/static/js/jquery-migrate-1.2.1.min.js"></script>
167+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
168+
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
169169
<script src="/static/js/bootstrap.min.js"></script>
170170
<script src="/static/js/super-search.js"></script>
171171
<script src="/static/js/thickbox-compressed.js"></script>

0 commit comments

Comments
 (0)