mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 20:23:34 +08:00
Merge pull request #312 from webwurst/patch-1
Make link to jquery agnostic to http/s
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user