mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 23:01:28 +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);
|
||||
}
|
||||
|
||||
const anilistID = "8375";
|
||||
const anilistID = window.location.hostname === "localhost" ? "8375" : "8374";
|
||||
|
||||
let userDetails = isLogedIn() && getUserDetails();
|
||||
let userManga = isLogedIn() && getUserManga();
|
||||
|
|
|
|||
Loading…
Reference in a new issue