Skip to content

Commit 66cef35

Browse files
authored
Update jQuery dependency to 3.7.x (#15)
1 parent b7cd00f commit 66cef35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Project Policies</h1>
125125
<p class="text-muted credit">Distributed under the Boost Software License, Version 1.0. (See accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
126126
</div>
127127
</div>
128-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
128+
<script src="//code.jquery.com/jquery-3.7.1.slim.min.js"></script>
129129
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
130130
<script type="text/javascript">
131131
var _gaq = _gaq || [];

process.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h3>Patch Releases</h3>
199199
href="//www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
200200
</div>
201201
</footer>
202-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
202+
<script src="//code.jquery.com/jquery-3.7.1.slim.min.js"></script>
203203
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
204204
<script type="text/javascript">
205205
var _gaq = _gaq || [];

proposals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h1>Inclusion</h1>
205205
href="//www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
206206
</div>
207207
</footer>
208-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
208+
<script src="//code.jquery.com/jquery-3.7.1.slim.min.js"></script>
209209
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
210210
<script type="text/javascript">
211211
var _gaq = _gaq || [];

style-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1>Organization</h1>
122122
href="//www.boost.org/LICENSE_1_0.txt">//www.boost.org/LICENSE_1_0.txt</a>)</p>
123123
</div>
124124
</footer>
125-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
125+
<script src="//code.jquery.com/jquery-3.7.1.slim.min.js"></script>
126126
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
127127
<script type="text/javascript">
128128
var _gaq = _gaq || [];

0 commit comments

Comments
 (0)