1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 22:50:55 +00:00

change the jQuery URL

This commit is contained in:
astaxie 2015-02-27 22:51:20 +08:00
parent 2cee46ab2b
commit 2cf7c6a58a

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Chat Example</title> <title>Chat Example</title>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script> <script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
$(function() { $(function() {