From 5464c07a66495f70569970b45d8823f554c70479 Mon Sep 17 00:00:00 2001 From: therter Date: Wed, 15 Apr 2020 20:02:13 +0200 Subject: [PATCH] #9 increase transistion time --- js/csis_include_in_report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/csis_include_in_report.js b/js/csis_include_in_report.js index c6e143a..2ae0dc0 100644 --- a/js/csis_include_in_report.js +++ b/js/csis_include_in_report.js @@ -173,7 +173,7 @@ var groupContentTemplate = { elementToPrint = elementToPrint.getElementById('dashboard-spacer'); } else { //wait for transition - sleepTime = 500; + sleepTime = 3000; elementToPrint = elementToPrint.getElementById('root'); } }