Fix report settings UI on page load
This commit is contained in:
parent
fa223f33e6
commit
3e1a869467
1 changed files with 2 additions and 2 deletions
|
|
@ -547,9 +547,9 @@
|
|||
widgets: ['zebra', 'uitheme'],
|
||||
}).show();
|
||||
|
||||
setFiltersShown();
|
||||
setDocumentZipShown();
|
||||
setTimeout(function() {
|
||||
setFiltersShown();
|
||||
setDocumentZipShown();
|
||||
setScheduleButton();
|
||||
}, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue