From 4a140c44525d1f14b224cf1c0aaf8dd8e7b39cdf Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Wed, 30 Nov 2016 11:16:17 -0500 Subject: Correct "not ready" flag --- src/usr/local/www/pkg_mgr_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/pkg_mgr_install.php') diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php index a30a735..60d9305 100644 --- a/src/usr/local/www/pkg_mgr_install.php +++ b/src/usr/local/www/pkg_mgr_install.php @@ -619,7 +619,7 @@ function getLogsStatus() { // alert("JSON data: " + JSON.stringify(json)); - if (json.log != "not ready") { + if (json.log != "not_ready") { // Write the log file to the "output" textarea $('#output').html(json.log); scrollToBottom(); -- cgit v1.1