From c2272d6dfeadd2f2df7b403aa9b2bc2c019ec544 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 6 Jan 2011 18:30:58 -0500 Subject: Scroll the textarea to bottom on each update --- etc/inc/pfsense-utils.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 9a3f41d..5d948de 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -1504,7 +1504,9 @@ function update_output_window($text) { global $pkg_interface; $log = ereg_replace("\n", "\\n", $text); if($pkg_interface != "console") { - echo "\n"; + echo "\n"; } /* ensure that contents are written out */ ob_flush(); -- cgit v1.1