Author: humbedooh
Date: Tue Aug  6 09:06:21 2019
New Revision: 1864475

URL: http://svn.apache.org/viewvc?rev=1864475&view=rev
Log:
nix this line

Modified:
    
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/statistics_generator.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js?rev=1864475&r1=1864474&r2=1864475&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 
Tue Aug  6 09:06:21 2019
@@ -713,7 +713,6 @@ function statistics_health(data) {
     if (data.kibble) {
         let txt = "";
         let showit = false;
-        let busiest = new HTML('li', {}, "Busiest topics (click to pop up): ");
         if (data.kibble.busiest.email.length > 0) {
             txt += "<h5>Busiest email threads:</h5>";
             showit = true;
@@ -801,9 +800,6 @@ function statistics_health(data) {
             
         }
 
-        if (showit) {
-            txt += busiest.outerHTML;
-        }
         if (txt.length > 0) {
             let twrap = new HTML('div');
             twrap.innerHTML = txt;

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=1864475&r1=1864474&r2=1864475&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Tue Aug  6 
09:06:21 2019
@@ -2806,7 +2806,6 @@ function statistics_health(data) {
     if (data.kibble) {
         let txt = "";
         let showit = false;
-        let busiest = new HTML('li', {}, "Busiest topics (click to pop up): ");
         if (data.kibble.busiest.email.length > 0) {
             txt += "<h5>Busiest email threads:</h5>";
             showit = true;
@@ -2894,9 +2893,6 @@ function statistics_health(data) {
             
         }
 
-        if (showit) {
-            txt += busiest.outerHTML;
-        }
         if (txt.length > 0) {
             let twrap = new HTML('div');
             twrap.innerHTML = txt;


Reply via email to