Skip to content

Commit 696f35f

Browse files
committed
Remove unused variables
1 parent 74c8006 commit 696f35f

File tree

1 file changed

+0
-2
lines changed
  • howtos/how-to-make-a-clickable-profile-link/public/js

1 file changed

+0
-2
lines changed

howtos/how-to-make-a-clickable-profile-link/public/js/script.js

-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
const chatboxContainer = document.getElementById("chatbox-container");
2626
const talkjsContainer = document.getElementById("talkjs-container");
2727
const usersListContainer = document.getElementById("users-list-container");
28-
const usersList = document.getElementById("users-list");
2928
const userProfileContainer = document.getElementById("user-profile-container");
30-
const openChatButton = document.getElementById("open-chat-btn");
3129

3230
let me;
3331

0 commit comments

Comments
 (0)