You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2013/03/12 15:58:38 UTC

svn commit: r854138 - in /websites/staging/rave/trunk/content: ./ downloads.html

Author: buildbot
Date: Tue Mar 12 14:58:37 2013
New Revision: 854138

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/downloads.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 12 14:58:37 2013
@@ -1 +1 @@
-1455563
+1455566

Modified: websites/staging/rave/trunk/content/downloads.html
==============================================================================
--- websites/staging/rave/trunk/content/downloads.html (original)
+++ websites/staging/rave/trunk/content/downloads.html Tue Mar 12 14:58:37 2013
@@ -152,9 +152,9 @@
 
     rave.downloads.updateDownloadLinks = function(version) {
       $("#version_label").html(version);
-      $("#source_dl").href(rave.downloads.getMirrorUrl(version, "SOURCE"));
-      $("#tar_dl").href(rave.downloads.getMirrorUrl(version, "TAR"));
-      $("#zip_dl").href(rave.downloads.gitMirrorUrl(version, "ZIP"));
+      $("#source_dl").attr('href',rave.downloads.getMirrorUrl(version, "SOURCE"));
+      $("#tar_dl").attr('href',rave.downloads.getMirrorUrl(version, "TAR"));
+      $("#zip_dl").attr('href',rave.downloads.gitMirrorUrl(version, "ZIP"));
    }
 
     rave.downloads.renderReleases =function(template, type, data) {