Skip to content

Commit 89d46f8

Browse files
authored
Upgrade jquery version in sample (#826)
1 parent 4d4360e commit 89d46f8

File tree

1 file changed

+1
-1
lines changed
  • sdk/webpubsub-socketio-extension/examples/chat-with-negotiate/public

1 file changed

+1
-1
lines changed

sdk/webpubsub-socketio-extension/examples/chat-with-negotiate/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3 class="title">What's your nickname?</h3>
2626
var idx = Math.floor(Math.random()*100) % names.length;
2727
document.querySelector('.usernameInput').value = names[idx];
2828
</script>
29-
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
29+
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
3030
<script src="/socket.io/socket.io.min.js" crossorigin="anonymous"></script>
3131
<script src="./main.js"></script>
3232
</body>

0 commit comments

Comments
 (0)