fix anilist on prod

This commit is contained in:
Daniel Bulant 2022-05-21 10:15:28 +02:00
parent dd8d4ca599
commit fd74d1c52d

View file

@ -25,7 +25,7 @@
$goto("./" + id);
}
const anilistID = "8375";
const anilistID = window.location.hostname === "localhost" ? "8375" : "8374";
let userDetails = isLogedIn() && getUserDetails();
let userManga = isLogedIn() && getUserManga();