Merge pull request #312 from webwurst/patch-1

Make link to jquery agnostic to http/s
This commit is contained in:
typicode
2016-06-27 18:46:50 +02:00
committed by GitHub

View File

@ -64,8 +64,8 @@
</div> </div>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script> <script>
$(function() { $(function() {
$.get('db').then(function(data) { $.get('db').then(function(data) {