@ -5,3 +5,13 @@ const res = await fetch('/press', {
constdata=awaitres.text();
alert(data);
}
letisRed=false;
functionredBg(){
if(isRed===false){
document.body.style.background='red';
isRed=true;
}else{
document.body.style.background='';
isRed=false;
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.