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 2016/06/22 17:22:45 UTC

svn commit: r1749748 - /comdev/projects.apache.org/site/js/projects.js

Author: humbedooh
Date: Wed Jun 22 17:22:45 2016
New Revision: 1749748

URL: http://svn.apache.org/viewvc?rev=1749748&view=rev
Log:
catch the perp

Modified:
    comdev/projects.apache.org/site/js/projects.js

Modified: comdev/projects.apache.org/site/js/projects.js
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/js/projects.js?rev=1749748&r1=1749747&r2=1749748&view=diff
==============================================================================
--- comdev/projects.apache.org/site/js/projects.js (original)
+++ comdev/projects.apache.org/site/js/projects.js Wed Jun 22 17:22:45 2016
@@ -1099,7 +1099,7 @@ function renderCommitteeEvolution() {
         if (evo[c.established]) {
             evo[c.established]['established'].push(c);
         } else {
-            console.log(c.established + " is off(?!)");
+            console.log(c.id + ": " + c.established + " is off(?!)");
         }
     }
     // add retired committees
@@ -1110,7 +1110,7 @@ function renderCommitteeEvolution() {
             evo[c.retired]['retired'].push(c);
 
         } else {
-            console.log(c.established + " or " + c.retired + " is off(?!)");
+            console.log(c.id + ": " + c.established + " or " + c.retired + " is off(?!)");
         }
     }
     // compute data