@@ -32,7 +32,7 @@ function WidgetMenuClick(menu, elementid)
}
$(document).click(function (e) {
- const isDropbox = $(e.target).closest('.header-block__span, block__dropbox').length;
+ const isDropbox = $(e.target).closest('.block__dropbox').length;
if (!isDropbox) {
$(".block__dropbox").fadeOut(200);