Skip to content

Commit f26130b

Browse files
committed
feat: Set send channel when channel filter changed
Signed-off-by: Gerard Hickey <[email protected]>
1 parent 3ce7f01 commit f26130b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/chat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function meshchat_init() {
133133
Cookies.set('meshchat_id', make_id());
134134
meshchat_id = Cookies.get('meshchat_id');
135135
}
136-
136+
//console.log(meshchat_id);
137137
$('#submit-message').on('click', function(e) {
138138
e.preventDefault();
139139
if ($('#message').val().length == 0) return;

0 commit comments

Comments
 (0)