Author: sebb
Date: Wed Oct  7 16:40:49 2015
New Revision: 1707335

URL: http://svn.apache.org/viewvc?rev=1707335&view=rev
Log:
Use relative URL

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=1707335&r1=1707334&r2=1707335&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/render.js (original)
+++ comdev/reporter.apache.org/trunk/site/render.js Wed Oct  7 16:40:49 2015
@@ -332,7 +332,7 @@ function renderFrontPage(json) {
                var health = document.createElement('p');
                if (json.health[pmc] && !isNaN(json.health[pmc]['cscore'])) {
                        health.style.marginTop = "10px"
-                       health.innerHTML = "<b>Committee Health score:</b> <a 
href='/chi.py#" + pmc + "'><u><font color='" + 
hcolors[json.health[pmc]['cscore']] + "'>" + (6.33 + (json.health[pmc]['score'] 
* -1.00 * (20 / 12.25))).toFixed(2) + " (" + 
hvalues[json.health[pmc]['cscore']] + ")</u></font></a>"
+                       health.innerHTML = "<b>Committee Health score:</b> <a 
href='chi.py#" + pmc + "'><u><font color='" + 
hcolors[json.health[pmc]['cscore']] + "'>" + (6.33 + (json.health[pmc]['score'] 
* -1.00 * (20 / 12.25))).toFixed(2) + " (" + 
hvalues[json.health[pmc]['cscore']] + ")</u></font></a>"
                        obj.appendChild(health)
                }
                pcontainer.appendChild(obj)


Reply via email to