NihalGazi commited on
Commit
f834763
·
verified ·
1 Parent(s): 4c559ee

Update templates/chat.html

Browse files
Files changed (1) hide show
  1. templates/chat.html +1 -1
templates/chat.html CHANGED
@@ -7,7 +7,7 @@
7
  <input id="msg" autocomplete="off"><button id="send">Send</button>
8
  <button id="leave">Leave</button>
9
 
10
- <script src="//cdnjs.cloudflare.com/ajax/libs/socket.io/4.6.1/socket.io.min.js"></script>
11
  <script src="/static/chat.js"></script>
12
  </body>
13
  </html>
 
7
  <input id="msg" autocomplete="off"><button id="send">Send</button>
8
  <button id="leave">Leave</button>
9
 
10
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.8.1/socket.io.js"></script>
11
  <script src="/static/chat.js"></script>
12
  </body>
13
  </html>