compiled JS

This commit is contained in:
MathMan05 2024-08-20 09:24:37 -05:00
parent 22fecfe6ad
commit cc6b389448
2 changed files with 8 additions and 0 deletions

View file

@ -136,6 +136,7 @@ class Group extends Channel {
this.buildmessages();
history.pushState(null, null, "/channels/" + this.guild_id + "/" + this.snowflake);
document.getElementById("channelname").textContent = "@" + this.name;
document.getElementById("channelTopic").setAttribute("hidden", "");
document.getElementById("typebox").contentEditable = "" + true;
}
messageCreate(messagep) {