fix: privacy banner close button issue in Track Selection (#28814)

This commit is contained in:
julianajlk
2021-09-21 16:58:26 -04:00
committed by GitHub
parent 94378cb06c
commit a7759582df

View File

@@ -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){