1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-30 18:04:14 +00:00

change the jQuery URL

This commit is contained in:
astaxie 2015-02-27 22:50:25 +08:00
parent 3f8252bffd
commit 2cee46ab2b

View File

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