Skip to content

Commit fd8cd07

Browse files
committed
Default all modals to not close when clicking outside of them
1 parent ae35e35 commit fd8cd07

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dt-assets/build/js/scripts.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dt-assets/js/footer-scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if (window.Foundation.MediaQuery.current == 'small') {
99
.attr('style', '');
1010
}
1111

12+
window.Foundation.Reveal.defaults.closeOnClick = false;
1213
jQuery(document).foundation();
1314

1415
jQuery(document).ready(function () {

0 commit comments

Comments
 (0)