2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

Enable escape-key dismiss for modal

This commit is contained in:
Oliver
2018-04-26 18:27:28 +10:00
parent 280f2c36cb
commit 8c9442193b

View File

@ -1,4 +1,4 @@
<div class='modal fade modal-fixed-footer' role='dialog' id='modal-form'>
<div class='modal fade modal-fixed-footer' tabindex='-1' role='dialog' id='modal-form'>
<div class='modal-dialog'>
<div class='modal-content'>
</div>