This commit is contained in:
MathMan05 2024-08-17 21:06:02 -05:00
parent 032e1b5be6
commit 6d34f7ffd9
2 changed files with 2 additions and 2 deletions

View file

@ -811,7 +811,7 @@ class Channel {
id = this.goBackIds(this.lastmessage.snowflake, 50);
}
if (!id) {
if (removetitle) {
if (!removetitle) {
const title = document.createElement("h2");
title.id = "removetitle";
title.textContent = "No messages appear to be here, be the first to say something!";

View file

@ -814,7 +814,7 @@ class Channel{
id=this.goBackIds(this.lastmessage.snowflake,50);
}
if(!id){
if(removetitle){
if(!removetitle){
const title=document.createElement("h2");
title.id="removetitle";
title.textContent="No messages appear to be here, be the first to say something!"