You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rb...@apache.org on 2015/10/16 23:05:08 UTC

svn commit: r1709115 - /comdev/reporter.apache.org/trunk/site/render.js

Author: rbowen
Date: Fri Oct 16 21:05:07 2015
New Revision: 1709115

URL: http://svn.apache.org/viewvc?rev=1709115&view=rev
Log:
Clarify source, until I have time to hack on this more.

Modified:
    comdev/reporter.apache.org/trunk/site/render.js

Modified: comdev/reporter.apache.org/trunk/site/render.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/render.js?rev=1709115&r1=1709114&r2=1709115&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/render.js (original)
+++ comdev/reporter.apache.org/trunk/site/render.js Fri Oct 16 21:05:07 2015
@@ -216,14 +216,14 @@ function isNewPMC(json,pmc,after) {
 }
 
 function PMCchanges(json, pmc, after) {
-        var changes = buildPanel(pmc, "PMC changes");
+        var changes = buildPanel(pmc, "PMC changes (From committee-info)");
 
         var roster = json.dates[pmc].roster
         var nc = 0;
         var np = 0;
         var ncn = null;
         var npn = null;
-        addLine(pmc, "## PMC changes:")
+        addLine(pmc, "## PMC changes (From committee-info):")
         addLine(pmc)
         changes.innerHTML += "<h5>Changes within the last 3 months:</h5>"
         var l = 0;
@@ -361,7 +361,7 @@ function renderFrontPage(json) {
 
         PMCchanges(json, pmc, after)
 
-		var changes = buildPanel(pmc, "PMC changes");
+		var changes = buildPanel(pmc, "PMC changes (From LDAP)");
 
 		var c = 0;
 		for (i in json.changes[pmc].committer) c++;