From be31498242da9d9ec6e901bfd04901dacbd1f634 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 24 Jun 2015 16:00:59 +0530 Subject: [PATCH] Bug - show build query dialog in full screen view also Signed-off-by: Madhura Jayaratne --- js/pmd/history.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/pmd/history.js b/js/pmd/history.js index 79f4ecf1af..03a02b4883 100644 --- a/js/pmd/history.js +++ b/js/pmd/history.js @@ -797,6 +797,7 @@ function build_query(formtitle, fadin) }; var $ajaxDialog = $('#box').dialog({ + appendTo: '#page_content', width: 500, buttons: button_options, modal: true,