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:
vgilc 2017-04-18 16:01:22 +02:00
commit 41e30eb39b
1 changed files with 1 additions and 1 deletions

View File

@ -5727,7 +5727,7 @@ $.widget( "ui.dialog", {
if ( !$( event.target ).closest(".ui-dialog").length ) {
event.preventDefault();
$(".ui-dialog:visible:last .ui-dialog-content")
.data("ui-dialog")._focusTabbable();
.data("ui-dialog");
}
}
});