Disable downloadChapter for now
This commit is contained in:
parent
5927374271
commit
bfc6767a7d
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user