fixing errors and typos

This commit is contained in:
MathMan05 2024-07-20 15:09:17 -05:00
parent ec6ab101c0
commit 8d16bce7ec
7 changed files with 22 additions and 25 deletions

View file

@ -91,7 +91,7 @@ class Localuser{
outoffocus():void{
document.getElementById("servers").textContent="";
document.getElementById("channels").textContent="";
this.channelfocus.infinate.delete();
this.channelfocus.infinite.delete();
this.lookingguild=null;
this.channelfocus=null;
}