mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 12:12:41 +08:00
Make link to jquery agnostic to http/s
This commit is contained in:
@ -64,8 +64,8 @@
|
||||
</div>
|
||||
|
||||
|
||||
<script src="http://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-1.10.1.min.js"></script>
|
||||
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
|
||||
<script>
|
||||
$(function() {
|
||||
$.get('db').then(function(data) {
|
||||
|
Reference in New Issue
Block a user