This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 789cfc3 git-site-role commit from build_staging.sh 789cfc3 is described below commit 789cfc39c9bd1abe62b3ffd65caa7d67806bc614 Author: jenkins <bui...@apache.org> AuthorDate: Sun Mar 21 19:31:12 2021 +0000 git-site-role commit from build_staging.sh --- content/download/download.js | 5 +++++ content/feed.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content/download/download.js b/content/download/download.js index d562f1f..1f4487d 100644 --- a/content/download/download.js +++ b/content/download/download.js @@ -522,6 +522,11 @@ DL.getVersionSelection = function() { DL.VERSION_SEL = version_value; break; } + + if( version_value === "older" ) { + DL.VERSION_SEL = version_value; + break; + } } // Get the version number without dots (e.g., "413" instead of "4.1.3"). diff --git a/content/feed.xml b/content/feed.xml index 944076c..6ff6dba 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,8 +6,8 @@ <atom:link href="http://localhost:8820/feed.xml" rel="self" type="application/rss+xml" /> <description>OpenOffice.org Feed</description> <language>en-us</language> - <pubDate>Sun, 21 Mar 2021 19:24:20 +0000</pubDate> - <lastBuildDate>Sun, 21 Mar 2021 19:24:20 +0000</lastBuildDate> + <pubDate>Sun, 21 Mar 2021 19:29:57 +0000</pubDate> + <lastBuildDate>Sun, 21 Mar 2021 19:29:57 +0000</lastBuildDate> </channel>