Skip to content

Commit

Permalink
Plugin: ExerciseMonitoring: Terms popup is not callable - refs BT#20901
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Sep 25, 2023
1 parent 738ba9d commit b2d100f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugin/exercisemonitoring/templates/modal.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if exercisemonitoring.show_overview_region and exercisemonitoring.enabled %}
<div id="em-modal-start" class="modal fade in" tabindex="-1" role="dialog" data-backdrop="static">
<div id="em-modal-start" class="modal fade in" tabindex="-1" role="dialog" data-backdrop="static" data-keyboard="false">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
Expand Down Expand Up @@ -39,9 +39,6 @@
</div>

<div id="em-terms-footer" class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">
{{ 'Deny'|get_lang }}
</button>
<button type="button" class="btn btn-primary" id="btn-accept">
<span class="fa fa-check" aria-hidden="true"></span> {{ 'Accept'|get_lang }}
</button>
Expand Down

0 comments on commit b2d100f

Please sign in to comment.