This commit is contained in:
zhaoke
2023-02-13 07:32:55 +00:00
parent 69159b5520
commit 3acbbc90db
+1
View File
@@ -34,6 +34,7 @@ function updateProgress() {
$('.image-download-' + imageID).addClass('disabled');
$('.image-cancel-' + imageID).addClass('disabled');
$('.image-cancel-' + imageID).attr('href', '#');
$('.image-progress-' + imageID).text("100%");
}
else
{