Skip to content

Commit

Permalink
Fix modal opening
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored and trasher committed Sep 10, 2021
1 parent 69ce6b1 commit e4f8fa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Templates/default/reference.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,8 @@ $(document).ready(function() {
width: '100%',
});
// if get parameter showmodal is present, show the corresponding modal
{% if showmodal == true %}
// if get parameter showmodal is present, show the corresponding modal
$("#register_reference").modal('show');
{% endif %}
});
Expand Down

0 comments on commit e4f8fa0

Please sign in to comment.