From a298090f348eb69e9e7ff91421e4842b01ae705a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 21 Feb 2007 09:25:02 +0000 Subject: [PATCH] =?utf8?q?Historie-Fenster=20etwas=20gr=C3=B6=C3=9Fer=20ge?= =?utf8?q?macht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- js/show_history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/show_history.js b/js/show_history.js index bf8471ed8..9d95dfacc 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -11,7 +11,7 @@ function centerParms(width,height,extra) { } function set_history_window(id) { - var parm = centerParms(600,500) + ",width=600,height=500,status=yes,scrollbars=yes"; + var parm = centerParms(800,500) + ",width=800,height=500,status=yes,scrollbars=yes"; var name = "History"; url = "common.pl?" + "action=show_history&" + -- 2.20.1