compiled JS
This commit is contained in:
parent
22fecfe6ad
commit
cc6b389448
2 changed files with 8 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue