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:
@@ -12,7 +12,6 @@ class user{
|
||||
}
|
||||
constructor(userjson,dontclone=false){
|
||||
if(dontclone){
|
||||
console.log("new user")
|
||||
for(const thing of Object.keys(userjson)){
|
||||
this[thing]=userjson[thing];
|
||||
}
|
||||
|
Reference in New Issue
Block a user