mirror of
https://github.com/danbulant/Mangades
synced 2026-07-08 04:20:52 +00:00
fix anilist on prod
This commit is contained in:
parent
dd8d4ca599
commit
fd74d1c52d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
$goto("./" + id);
|
$goto("./" + id);
|
||||||
}
|
}
|
||||||
|
|
||||||
const anilistID = "8375";
|
const anilistID = window.location.hostname === "localhost" ? "8375" : "8374";
|
||||||
|
|
||||||
let userDetails = isLogedIn() && getUserDetails();
|
let userDetails = isLogedIn() && getUserDetails();
|
||||||
let userManga = isLogedIn() && getUserManga();
|
let userManga = isLogedIn() && getUserManga();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue