From e07da64c5d01f14243a323c633f140e35e22a913 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 12 Jun 2018 16:54:45 +0200 Subject: [PATCH] fixed minor errors size stat-win --- pandora_console/include/javascript/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index 3ad835115d..fae6a82072 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -11,7 +11,7 @@ function toggleDiv (divid){ } function winopeng (url, wid) { - open (url, wid,"width=700,height=460,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes"); + open (url, wid,"width=1000,height=550,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes"); // WARNING !! Internet Explorer DOESNT SUPPORT "-" CARACTERS IN WINDOW HANDLE VARIABLE status = wid; }