diff --git a/webgoat-container/src/main/webapp/js/goatApp/view/UserAndInfoView.js b/webgoat-container/src/main/webapp/js/goatApp/view/UserAndInfoView.js index b6ee51c86..b28d6cc6f 100644 --- a/webgoat-container/src/main/webapp/js/goatApp/view/UserAndInfoView.js +++ b/webgoat-container/src/main/webapp/js/goatApp/view/UserAndInfoView.js @@ -35,7 +35,7 @@ function($, showAboutModal: function() { $('#about-modal').show(400); - $('#about-modal div.modal-header button.close').unbind('click').on('click', function() { + $('#about-modal div.modal-header button.close, #about-modal div.modal-footer button').unbind('click').on('click', function() { $('#about-modal').hide(200); }); }