parent
18c82f2d06
commit
3886c2a82f
@ -24,6 +24,12 @@ module.exports = {
|
||||
},
|
||||
};
|
||||
|
||||
$("#form").on("submit", () => {
|
||||
if (enabled) {
|
||||
textcomplete.hide();
|
||||
}
|
||||
});
|
||||
|
||||
const chat = $("#chat");
|
||||
const sidebar = $("#sidebar");
|
||||
const emojiSearchTerms = Object.keys(emojiMap);
|
||||
|
Loading…
Reference in New Issue
Block a user