You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/06 09:57:38 UTC

svn commit: r1864488 - in /comdev/reporter.apache.org/trunk/site/wizard/js: source/statistics_generator.js wizard.js

Author: humbedooh
Date: Tue Aug  6 09:57:37 2019
New Revision: 1864488

URL: http://svn.apache.org/viewvc?rev=1864488&view=rev
Log:
blah, work around

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=1864488&r1=1864487&r2=1864488&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:57:37 2019
@@ -128,7 +128,8 @@ function statistics_health(data) {
     });
     html.inject(new HTML('h4', {}, "Community Health Metrics:"))
     document.body.inject(html);
-    let txt = "<h5>Notable mailing list trends:</h5>";
+    html.inject(new HTML('h5', {}, "Notable mailing list trends:"))
+    let txt = "";
     // Mailing list changes
     for (var ml in data.delivery[project]) {
 

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=1864488&r1=1864487&r2=1864488&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:57:37 2019
@@ -2226,7 +2226,8 @@ function statistics_health(data) {
     });
     html.inject(new HTML('h4', {}, "Community Health Metrics:"))
     document.body.inject(html);
-    let txt = "<h5>Notable mailing list trends:</h5>";
+    html.inject(new HTML('h5', {}, "Notable mailing list trends:"))
+    let txt = "";
     // Mailing list changes
     for (var ml in data.delivery[project]) {