diff --git a/lms/templates/course_modes/track_selection.html b/lms/templates/course_modes/track_selection.html index e3915e2041..ca8feadd46 100644 --- a/lms/templates/course_modes/track_selection.html +++ b/lms/templates/course_modes/track_selection.html @@ -30,7 +30,6 @@ from openedx.core.djangolib.js_utils import js_escaped_string // popover icon toggle $(function(){ $('body').click(function (e) { - e.stopPropagation(); $('.popover').css({"visibility": "hidden", "opacity": 0}); }); $('.popover-icon').click(function(e){