Skip to content

Commit d5eb589

Browse files
authored
Update buttons.js
1 parent aedc2f0 commit d5eb589

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

js/iochat/modules/buttons.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
'use strict';
22

3-
buttons() {
4-
5-
/*
3+
function buttons() {
64
const toggleButtonChat = document.getElementById('toggleButtonChat');
75
const chat = document.getElementById('chat');
86
console.log("sidebar");
@@ -60,6 +58,4 @@ buttons() {
6058
console.log("button clicked");
6159
secondChatServer.classList.toggle('hide');
6260
});
63-
*/
64-
6561
};

0 commit comments

Comments
 (0)