mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 23:20:54 +00:00
change the jQuery URL
This commit is contained in:
parent
2cee46ab2b
commit
2cf7c6a58a
@ -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() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user