From e2567f7b6a23ca764611774960040f54c3847a39 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Wed, 22 Mar 2017 12:06:29 +0100 Subject: [PATCH] Resolve jquery library bug (holagram dashboard) - #546 --- .../include/javascript/jquery.jquery-ui-1.10.0.custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/javascript/jquery.jquery-ui-1.10.0.custom.js b/pandora_console/include/javascript/jquery.jquery-ui-1.10.0.custom.js index bfdf34624b..97f51207c8 100755 --- a/pandora_console/include/javascript/jquery.jquery-ui-1.10.0.custom.js +++ b/pandora_console/include/javascript/jquery.jquery-ui-1.10.0.custom.js @@ -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"); } } });