mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-14 07:47:54 +02:00
Disable downloadChapter for now
This commit is contained in:
@ -178,7 +178,7 @@ function ShowMangaWindow(job, manga, event, add){
|
|||||||
//Check what action should be listed
|
//Check what action should be listed
|
||||||
if(add){
|
if(add){
|
||||||
createMonitorJobButton.style.display = "initial";
|
createMonitorJobButton.style.display = "initial";
|
||||||
createDownloadChapterJobButton.style.display = "initial";
|
createDownloadChapterJobButton.style.display = "none";
|
||||||
cancelJobButton.style.display = "none";
|
cancelJobButton.style.display = "none";
|
||||||
startJobButton.style.display = "none";
|
startJobButton.style.display = "none";
|
||||||
deleteJobButton.style.display = "none";
|
deleteJobButton.style.display = "none";
|
||||||
|
Reference in New Issue
Block a user