We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedc2f0 commit d5eb589Copy full SHA for d5eb589
1 file changed
js/iochat/modules/buttons.js
@@ -1,8 +1,6 @@
1
'use strict';
2
3
-buttons() {
4
-
5
-/*
+function buttons() {
6
const toggleButtonChat = document.getElementById('toggleButtonChat');
7
const chat = document.getElementById('chat');
8
console.log("sidebar");
@@ -60,6 +58,4 @@ buttons() {
60
58
console.log("button clicked");
61
59
secondChatServer.classList.toggle('hide');
62
});
63
-*/
64
65
};
0 commit comments