Skip to content

Commit 54d30eb

Browse files
authored
Make link to jquery agnostic to http/s
1 parent 8113f1c commit 54d30eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ <h4>Issues</h4>
6464
</div>
6565

6666

67-
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
68-
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
67+
<script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
68+
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
6969
<script>
7070
$(function() {
7171
$.get('db').then(function(data) {

0 commit comments

Comments
 (0)