Skip to content

Commit

Permalink
🐛 Fix force WS on non graffiti.quest
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Aug 5, 2024
1 parent 4cdaf3a commit c55151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/web/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ function getDefaultDomainMode() {

function shouldForceWs() {
// People using graffiti.quest still setup localhost server
return location.hostname != "graffiti.quest";
return location.hostname == "graffiti.quest";
}

main();

0 comments on commit c55151e

Please sign in to comment.