Skip to content

Commit

Permalink
DDF-3170 Require users to push OK button on System Usage Modal to exit (
Browse files Browse the repository at this point in the history
  • Loading branch information
alexabird authored and bdeining committed Jul 31, 2017
1 parent 4c0fdec commit 1fc432b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platform/admin/ui/src/main/webapp/js/views/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ function (Marionette) {
},

show: function () {
this.$el.modal('show');
this.$el.modal({
backdrop: 'static',
keyboard: false
});
},

hide: function () {
Expand Down

0 comments on commit 1fc432b

Please sign in to comment.