a lil oopsie

This commit is contained in:
2026-03-29 21:19:53 -05:00
parent cf155183f2
commit 0224d88313
9 changed files with 11 additions and 15 deletions

View File

@@ -368,7 +368,7 @@
let source, mangaId, chapterId;
let chapterData = null;
const serverIp = localStorage.getItem("extension_server_ip") || "localhost";
const serverUrl = `http://${serverIp}:7275`;
const serverUrl = ``;
const READER_MODE_KEY = "reader_view_mode";
const HISTORY_KEY = "reading_history";