Skip to content

Commit

Permalink
Removes data-keyboard to enable escape key
Browse files Browse the repository at this point in the history
  • Loading branch information
joewesch committed Aug 28, 2023
1 parent a323034 commit 600040f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{% block buttons %}
{% include "nautobot_golden_config/job_result_modal.html" %}

<a href="#" class="openBtn" data-toggle="modal" data-target="#modalPopup" data-backdrop="static" data-keyboard="false">
<a href="#" class="openBtn" data-toggle="modal" data-target="#modalPopup" data-backdrop="static">
<button type="button" id="startJob" class="btn btn-primary">Generate</button>
</a>

Expand Down

0 comments on commit 600040f

Please sign in to comment.