Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit e9a6e1e

Browse files
committedOct 19, 2016
Upgrade to jQuery 3.1.1 for security reasons
modified: _layouts/default.html modified: _layouts/home.html
1 parent 57a3d9f commit e9a6e1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap-theme.css">
3535
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/webrtc.css">
3636
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/monokai.css">
37-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
37+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
3838
<script src="{{ site.baseurl }}/assets/js/bootstrap.js"></script>
3939
<script>
4040
$(function(){

‎_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap.css">
3333
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap-theme.css">
3434
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/webrtc.css">
35-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
35+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
3636
<script src="{{ site.baseurl }}/assets/js/bootstrap.js"></script>
3737
</head>
3838

0 commit comments

Comments
 (0)