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 2020/02/25 16:42:56 UTC

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

Author: humbedooh
Date: Tue Feb 25 16:42:55 2020
New Revision: 1874514

URL: http://svn.apache.org/viewvc?rev=1874514&view=rev
Log:
force update on reload

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

Modified: comdev/projects.apache.org/trunk/site/js/projects.js
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/js/projects.js?rev=1874514&r1=1874513&r2=1874514&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects.js (original)
+++ comdev/projects.apache.org/trunk/site/js/projects.js Tue Feb 25 16:42:55 2020
@@ -1670,7 +1670,7 @@ function linkToHere(id) {
 // Called by releases.html
 
 function buildReleases() {
-    GetAsyncJSON("json/foundation/releases.json", null, renderReleases);
+    GetAsyncJSON("json/foundation/releases.json?" + Math.random(), null, renderReleases);
 }
 
 // ------------ Async data fetching ------------\\