Resolve jquery library bug (holagram dashboard) - #546
This commit is contained in:
parent
b00ddd9beb
commit
e2567f7b6a
|
@ -5727,7 +5727,7 @@ $.widget( "ui.dialog", {
|
||||||
if ( !$( event.target ).closest(".ui-dialog").length ) {
|
if ( !$( event.target ).closest(".ui-dialog").length ) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
$(".ui-dialog:visible:last .ui-dialog-content")
|
$(".ui-dialog:visible:last .ui-dialog-content")
|
||||||
.data("ui-dialog")._focusTabbable();
|
.data("ui-dialog");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue