diff --git a/include.js b/include.js index cc3de8e..033787b 100644 --- a/include.js +++ b/include.js @@ -1,2 +1,2 @@ -const domain = window.location.hostname === "tbmcplugins.github.io" ? "server.figytuna.com:8080" : "localhost:8080"; +const domain = window.location.hostname !== "localhost" ? "server.figytuna.com" : "localhost:8080"; console.log("Backend: " + domain);