Revision 7f927cf4
Added by Steve Beaver over 8 years ago
src/usr/local/www/pkg_mgr_install.php | ||
---|---|---|
641 | 641 |
|
642 | 642 |
// alert("JSON data: " + JSON.stringify(json)); |
643 | 643 |
|
644 |
if (json.log != "not ready") {
|
|
644 |
if (json.log != "not_ready") {
|
|
645 | 645 |
// Write the log file to the "output" textarea |
646 | 646 |
$('#output').html(json.log); |
647 | 647 |
scrollToBottom(); |
Also available in: Unified diff
Correct "not ready" flag