mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 22:11:29 +00:00
change the jQuery URL
This commit is contained in:
parent
3f8252bffd
commit
2cee46ab2b
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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">
|
||||
$(function() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user