Skip to content

Commit

Permalink
#9 increase transistion time
Browse files Browse the repository at this point in the history
  • Loading branch information
therter committed Apr 15, 2020
1 parent 871f8de commit 5464c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/csis_include_in_report.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ var groupContentTemplate = {
elementToPrint = elementToPrint.getElementById('dashboard-spacer');
} else {
//wait for transition
sleepTime = 500;
sleepTime = 3000;
elementToPrint = elementToPrint.getElementById('root');
}
}
Expand Down

0 comments on commit 5464c07

Please sign in to comment.