Closed magicalsoup closed 4 years ago
I think you're forgetting the redirect
I think you're forgetting the redirect
What do you mean redirect? @espidev I'm new to this so how would I do the redirect?
What do you mean redirect? @espidev I'm new to this so how would I do the redirect?
You just created a variable called leaveURL, you need to actually call a redirect in the browser: https://www.w3schools.com/howto/howto_js_redirect_webpage.asp
So this is probably enough window.location.replace(leaveURL);
Ok I have updated the file, I think its correct, merge?
Looks good
Fixed the UI bug where the contest wouldn't automatically make the user leave the contest once it has ended.