You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/09/30 01:29:48 UTC

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

Author: sebb
Date: Tue Sep 29 23:29:48 2015
New Revision: 1705951

URL: http://svn.apache.org/viewvc?rev=1705951&view=rev
Log:
Move comment to correct place

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=1705951&r1=1705950&r2=1705951&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/render.js (original)
+++ comdev/reporter.apache.org/trunk/site/render.js Tue Sep 29 23:29:48 2015
@@ -90,8 +90,6 @@ function everyMonth(s) {
 	return false
 }
 
-// Called by: GetAsyncJSON("reportingcycles.json?" + Math.random(), [pmc, reportdate, json.pdata[pmc].name], setReportDate) 
-
 var m = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
 
 // Format the report month array. Assumes that non-month values appear first
@@ -107,6 +105,8 @@ function formatRm(array) {
     return array.join(', ')
 }
 
+// Called by: GetAsyncJSON("reportingcycles.json?" + Math.random(), [pmc, reportdate, json.pdata[pmc].name], setReportDate) 
+
 function setReportDate(json, x) {
 	var pmc = x[0]
 	var reportdate = x[1]