From bfc6767a7d45536a72e9c9af417651ae5da61d85 Mon Sep 17 00:00:00 2001 From: glax Date: Sat, 2 Sep 2023 22:15:48 +0200 Subject: [PATCH] Disable downloadChapter for now --- Website/interaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/interaction.js b/Website/interaction.js index 5a29c5e..206e3be 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -178,7 +178,7 @@ function ShowMangaWindow(job, manga, event, add){ //Check what action should be listed if(add){ createMonitorJobButton.style.display = "initial"; - createDownloadChapterJobButton.style.display = "initial"; + createDownloadChapterJobButton.style.display = "none"; cancelJobButton.style.display = "none"; startJobButton.style.display = "none"; deleteJobButton.style.display = "none";