Redesign - popravek direktorijev 2

This commit is contained in:
pero1203 2022-02-22 10:14:27 +01:00
parent d181e62469
commit 7ef2de91b3

View File

@ -993,7 +993,7 @@ class SurveyList {
// Klik izven "Vec" - zapremo okno
echo '<script>
$(document).mouseup(function(e){
var container = $(".survey_other_box");
var container = $(".survey_other_box, .dots");
if (!container.is(e.target) && container.has(e.target).length === 0){
$(".survey_other_box").addClass("displayNone");