Skip to content

Commit

Permalink
slim min recent jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed Feb 2, 2017
1 parent 29b229e commit 5842d0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -14,12 +14,12 @@
</style>
</head>
<body>
<ul id="messages"></ul>
<form action="">
<input id="m" autocomplete="off" /><button>Send</button>
<ul id='messages'></ul>
<form action=''>
<input id='m' autocomplete='off' /><button>Send</button>
</form>
<script src="/socket.io/socket.io.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.js"></script>
<script src='/socket.io/socket.io.js'></script>
<script src='//code.jquery.com/jquery-3.1.1.slim.min.js'></script>
<script>
var socket = io();
$('form').submit(function(){
Expand Down

0 comments on commit 5842d0e

Please sign in to comment.