Skip to content

Commit

Permalink
Correct URL to socket.io.min.js
Browse files Browse the repository at this point in the history
Fails in IE otherwise
  • Loading branch information
mozz100 committed Apr 11, 2014
1 parent bf17472 commit 7e15428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Flask-SocketIO Test</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="http:////cdnjs.cloudflare.com/ajax/libs/socket.io/0.9.16/socket.io.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/socket.io/0.9.16/socket.io.min.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
var socket = io.connect('http://' + document.domain + ':' + location.port + '/test');
Expand Down

0 comments on commit 7e15428

Please sign in to comment.