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 acc42cd  git-site-role commit from build_staging.sh
acc42cd is described below

commit acc42cd916cc6cf89c6b4462febba03d6fe37520
Author: jenkins <[email protected]>
AuthorDate: Sun Feb 7 15:51:29 2021 +0000

    git-site-role commit from build_staging.sh
---
 content/download/download.js | 6 +++++-
 content/feed.xml             | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/content/download/download.js b/content/download/download.js
index 7aeb6a5..58d1727 100644
--- a/content/download/download.js
+++ b/content/download/download.js
@@ -596,7 +596,7 @@ DL.showErrorMessage = function( error_text ) {
        document.getElementById( "platform_info" ).style.cursor = "default";
        document.getElementById( "platform_info" ).title        = "";
        document.getElementById( "platform_info" ).text         = "";
-       document.getElementById( "platform_info" ).style.display = "none";
+       document.getElementById( "platform_info" ).style.display= "none";
 
        // Delete previously set strings to get the possibility back to choose 
a different platform
        // and then to assemble a new download link.
@@ -795,6 +795,7 @@ DL.checkForLinkExceptions = function() {
        document.getElementById( "platform_info" ).style.cursor         = 
"default";
        document.getElementById( "platform_info" ).title                = "";
        document.getElementById( "platform_info" ).text                 = "";
+       document.getElementById( "platform_info" ).style.display        = 
"none";
 
        return;
 }
@@ -859,18 +860,21 @@ DL.getLinkSelection = function() {
                        document.getElementById( "platform_info" ).style.cursor 
= "help";
                        document.getElementById( "platform_info" ).title        
= l10n.dl_win_info_title;
                        document.getElementById( "platform_info" ).text         
= l10n.dl_win_info_text;
+                       document.getElementById( "platform_info" 
).style.display= "inline";
 
                // If a Mac file is selected and a respective text is existing, 
then set the values for the Mac info link.
                } else if( DL.INSTALL_EXTENSION === "DMG" & 
l10n.dl_mac_info_title != null ) {
                        document.getElementById( "platform_info" ).style.cursor 
= "help";
                        document.getElementById( "platform_info" ).title        
= l10n.dl_mac_info_title;
                        document.getElementById( "platform_info" ).text         
= l10n.dl_mac_info_text;
+                       document.getElementById( "platform_info" 
).style.display= "inline";
 
                // If a Linux file is selected and a respective text is 
existing, then set the values for the Linux info link.
                } else if( DL.INSTALL_EXTENSION === "RPM" || 
DL.INSTALL_EXTENSION === "DEB" & l10n.dl_linux_info_title != null ) {
                        document.getElementById( "platform_info" ).style.cursor 
= "help";
                        document.getElementById( "platform_info" ).title        
= l10n.dl_linux_info_title;
                        document.getElementById( "platform_info" ).text         
= l10n.dl_linux_info_text;
+                       document.getElementById( "platform_info" 
).style.display= "inline";
 
                // Otherwise no text and make the element invisible.
                } else {
diff --git a/content/feed.xml b/content/feed.xml
index 171cc3a..44a203f 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, 7 Feb 2021 15:20:10 +0000</pubDate>
-    <lastBuildDate>Sun, 7 Feb 2021 15:20:10 +0000</lastBuildDate>
+    <pubDate>Sun, 7 Feb 2021 15:50:13 +0000</pubDate>
+    <lastBuildDate>Sun, 7 Feb 2021 15:50:13 +0000</lastBuildDate>
     
 
   </channel> 

Reply via email to