Author: sebb
Date: Sat Jun 14 23:26:30 2025
New Revision: 1926429

URL: http://svn.apache.org/viewvc?rev=1926429&view=rev
Log:
Edit error

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
    
comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js?rev=1926429&r1=1926428&r2=1926429&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js 
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js Sat 
Jun 14 23:26:30 2025
@@ -212,7 +212,7 @@ function splash(state, json, all) {
 let busiest_html = {};
 
 function health_tips(data) {
-    let haskibble = data.kibble && Object.keys(haskibble) > 0;
+    let haskibble = data.kibble && Object.keys(data.kibble) > 0;
     let txt = "";    
     // Mailing list changes
     for (var ml in data.delivery[project]) {

Modified: 
comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js?rev=1926429&r1=1926428&r2=1926429&view=diff
==============================================================================
--- 
comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js 
(original)
+++ 
comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js 
Sat Jun 14 23:26:30 2025
@@ -203,7 +203,7 @@ function kibble_mailstats(xhtml, timeser
 }
 
 function statistics_health(data) {
-    let haskibble = data.kibble && Object.keys(haskibble) > 0;
+    let haskibble = data.kibble && Object.keys(data.kibble) > 0;
     let html = new HTML('div', {
         style: {
             position: 'relative',

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1926429&r1=1926428&r2=1926429&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Sat Jun 14 
23:26:30 2025
@@ -1426,7 +1426,7 @@ function splash(state, json, all) {
 let busiest_html = {};
 
 function health_tips(data) {
-    let haskibble = data.kibble && Object.keys(haskibble) > 0;
+    let haskibble = data.kibble && Object.keys(data.kibble) > 0;
     let txt = "";    
     // Mailing list changes
     for (var ml in data.delivery[project]) {
@@ -2422,7 +2422,7 @@ function kibble_mailstats(xhtml, timeser
 }
 
 function statistics_health(data) {
-    let haskibble = data.kibble && Object.keys(haskibble) > 0;
+    let haskibble = data.kibble && Object.keys(data.kibble) > 0;
     let html = new HTML('div', {
         style: {
             position: 'relative',


Reply via email to