2cf7c6a5 by astaxie

change the jQuery URL

1 parent 2cee46ab
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <title>Chat Example</title> 4 <title>Chat Example</title>
5 <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script> 5 <script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
6 <script type="text/javascript"> 6 <script type="text/javascript">
7 $(function() { 7 $(function() {
8 8
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!