mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch '546-widgets-de-dashboard-open' into 'develop'
Resolve jquery library bug (holagram dashboard) - #546 See merge request !289
This commit is contained in:
commit
41e30eb39b
@ -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…
x
Reference in New Issue
Block a user