This is an automated email from the ASF dual-hosted git repository.

marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new a59fd31  Update to make the short hint text platform indepentent
a59fd31 is described below

commit a59fd31083282e31d271263110e6ef4be914a77c
Author: Marcus <[email protected]>
AuthorDate: Sun Jan 3 19:50:58 2021 +0100

    Update to make the short hint text platform indepentent
---
 assets/download/boxed_download.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/download/boxed_download.js 
b/assets/download/boxed_download.js
index bade2d3..129a18a 100644
--- a/assets/download/boxed_download.js
+++ b/assets/download/boxed_download.js
@@ -38,7 +38,7 @@ DL.createDownloadBox = function() {
       + "</select>"
 
       // Platform info text.
-      + "<a id='dl_rpm_vs_deb'>"
+      + "<a id='platform_info'>"
         + ""
       + "</a>"
 

Reply via email to