Skip to content

Commit

Permalink
Move to other ready listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Feb 18, 2020
1 parent e69cdba commit f04f857
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/tracker/issues.index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@
</script>

<script type="text/javascript">
$(document).ready(function() {
$('.selectpicker').selectpicker();
});
// Get issues list
getListItems();
/*
Expand Down Expand Up @@ -558,6 +554,8 @@
});
$(document).ready(function ($) {
$('.selectpicker').selectpicker();
if ($('#stools-container').hasClass('in')) {
$('#stools-container').css('overflow', 'inherit');
}
Expand Down

0 comments on commit f04f857

Please sign in to comment.