You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by he...@apache.org on 2018/01/22 17:58:43 UTC

svn commit: r1821912 - /comdev/reporter.apache.org/trunk/site/index-hppdev.html

Author: henkp
Date: Mon Jan 22 17:58:43 2018
New Revision: 1821912

URL: http://svn.apache.org/viewvc?rev=1821912&view=rev
Log:
get hppdev json

Modified:
    comdev/reporter.apache.org/trunk/site/index-hppdev.html

Modified: comdev/reporter.apache.org/trunk/site/index-hppdev.html
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/index-hppdev.html?rev=1821912&r1=1821911&r2=1821912&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/index-hppdev.html (original)
+++ comdev/reporter.apache.org/trunk/site/index-hppdev.html Mon Jan 22 17:58:43 2018
@@ -142,7 +142,7 @@
    google.load("visualization", "1", {packages:["corechart", "timeline"]});
    google.setOnLoadCallback(function() {
       var project = document.location.search.substr(1);
-      GetAsyncJSON("getjson.py?" + project, project, renderFrontPage)
+      GetAsyncJSON("getjson-hppdev.py?" + project, project, renderFrontPage)
    });
 </script>
 </body>