changed Linework export progress bar interval to 500 ms
This commit is contained in:
@@ -747,7 +747,7 @@ function validateWorkflowItem(id) {
|
||||
setTimeout(() => {document.location.href = '<?=self::getUrl("Linework","downloadExport")?>?uid=' + export_uid}, 200);
|
||||
setTimeout(clearProgressBar, 5000);
|
||||
} else {
|
||||
setTimeout(updateExportProgress, 200);
|
||||
setTimeout(updateExportProgress, 500);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user