Redesign - popravek direktorijev 2
This commit is contained in:
parent
d181e62469
commit
7ef2de91b3
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user