From d69df0a115533bfb48c7a8f8cd8f016c01ac3ed2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 Feb 2006 14:51:26 +0000 Subject: [PATCH] fix minor glitch in upgrade status display SVN-Revision: 3205 --- openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh b/openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh index 9d67e00805..dcd2ec1213 100755 --- a/openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh +++ b/openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh @@ -47,9 +47,11 @@ equal "$REQUEST_METHOD" "GET" && { function statusupdate() { document.getElementById("form_submit").style.display = "none"; document.getElementById("status_text").style.display = "inline"; - document.getElementById("status_text").firstChild.nodeValue = "@TR<>"; return true; +} +function printStatus() { + document.write(''); }
@@ -71,7 +73,7 @@ function statusupdate() { - + -- 2.30.2