Merge branch 'develop'
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.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 | ... | ... |
-
Please register or sign in to post a comment