We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce7f01 commit f26130bCopy full SHA for f26130b
www/chat.js
@@ -133,7 +133,7 @@ function meshchat_init() {
133
Cookies.set('meshchat_id', make_id());
134
meshchat_id = Cookies.get('meshchat_id');
135
}
136
-
+ //console.log(meshchat_id);
137
$('#submit-message').on('click', function(e) {
138
e.preventDefault();
139
if ($('#message').val().length == 0) return;
0 commit comments