From 24742e403808d05ca2ac2d49a90ead6723613cad Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 16 Jun 2022 14:50:58 +0200 Subject: [PATCH] changed Linework export progress bar interval to 500 ms --- Layout/default/Linework/Index.php | 2 +- Layout/default/Order/Index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Layout/default/Linework/Index.php b/Layout/default/Linework/Index.php index 28f49f8eb..a3b62751c 100644 --- a/Layout/default/Linework/Index.php +++ b/Layout/default/Linework/Index.php @@ -747,7 +747,7 @@ function validateWorkflowItem(id) { setTimeout(() => {document.location.href = '?uid=' + export_uid}, 200); setTimeout(clearProgressBar, 5000); } else { - setTimeout(updateExportProgress, 200); + setTimeout(updateExportProgress, 500); } } }, diff --git a/Layout/default/Order/Index.php b/Layout/default/Order/Index.php index 87b17b0d2..3ea5c34d1 100644 --- a/Layout/default/Order/Index.php +++ b/Layout/default/Order/Index.php @@ -149,7 +149,7 @@