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/05 06:00:41 UTC

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

Author: humbedooh
Date: Mon Aug  5 06:00:41 2019
New Revision: 1864414

URL: http://svn.apache.org/viewvc?rev=1864414&view=rev
Log:
oops, after, not before

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.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=1864414&r1=1864413&r2=1864414&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 Mon Aug  5 06:00:41 2019
@@ -76,7 +76,7 @@ function generate_pmc_roster(pdata) {
     }
     
     if (!no_added) {
-        if (founded.isBefore(three_months_ago)) {
+        if (founded.isAfter(three_months_ago)) {
           txt += "No new PMC members (project graduated recently).";
         }
         else if (last_added) {

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=1864414&r1=1864413&r2=1864414&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Mon Aug  5 06:00:41 2019
@@ -1255,7 +1255,7 @@ function generate_pmc_roster(pdata) {
     }
     
     if (!no_added) {
-        if (founded.isBefore(three_months_ago)) {
+        if (founded.isAfter(three_months_ago)) {
           txt += "No new PMC members (project graduated recently).";
         }
         else if (last_added) {