We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8113f1c commit 54d30ebCopy full SHA for 54d30eb
src/server/public/index.html
@@ -64,8 +64,8 @@ <h4>Issues</h4>
64
</div>
65
66
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>
+ <script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
+ <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
69
<script>
70
$(function() {
71
$.get('db').then(function(data) {
0 commit comments