From a7759582dfa974b617d8e563b360ed5dddd57409 Mon Sep 17 00:00:00 2001 From: julianajlk Date: Tue, 21 Sep 2021 16:58:26 -0400 Subject: [PATCH] fix: privacy banner close button issue in Track Selection (#28814) --- lms/templates/course_modes/track_selection.html | 1 - 1 file changed, 1 deletion(-) 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){