Skip to content

Commit

Permalink
Merge pull request #19 from squio/master
Browse files Browse the repository at this point in the history
Add datepicker initialization function call
  • Loading branch information
RamezIssac authored Jan 10, 2021
2 parents ee47d2c + 8c450c5 commit 02b7a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slick_reporting/templates/slick_reporting/simple_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,10 @@ <h4 class="py-5">Results</h4>

$('table').DataTable();
$('.nav-charts').find('a:first').trigger('click');
setDatePicker();


})
</script>

{% endblock %}
{% endblock %}

0 comments on commit 02b7a43

Please sign in to comment.