Added service worker support, needs work
You must manually enable support, I'm not having it on untill it'll work without issues all of the time :P
This commit is contained in:
@@ -30,7 +30,6 @@ class guild{
|
||||
if(JSON===-1){
|
||||
return;
|
||||
}
|
||||
console.log(JSON);
|
||||
this.owner=owner;
|
||||
this.headers=this.owner.headers;
|
||||
if(!this.owner){
|
||||
@@ -139,7 +138,6 @@ class guild{
|
||||
break;
|
||||
}
|
||||
}
|
||||
console.log(read);
|
||||
if(!html){return;}
|
||||
if(read){
|
||||
html.children[0].classList.remove("notiunread");
|
||||
|
Reference in New Issue
Block a user