Author: buildbot
Date: Tue Jun 3 22:45:18 2014
New Revision: 911198
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 3 22:45:18 2014
@@ -1 +1 @@
-1599826
+1599829
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 3 22:45:18 2014
@@ -1 +1 @@
-1599826
+1599829
Modified:
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
Tue Jun 3 22:45:18 2014
@@ -1335,10 +1335,11 @@ function getLinkSel() {
SF = true;
ERROR = false;
- // Set the values for both download text buttons.
+ // Set the values for both download text buttons and set the
focus to the "full install".
document.getElementById( "dl_f_link" ).href =
LINK_FULL;
document.getElementById( "dl_f_link" ).innerHTML =
"Download full installation";
document.getElementById( "dl_f_link" ).title =
"Click to download: " + FILENAME_FULL;
+ document.getElementById( "dl_f_link" ).focus()
document.getElementById( "dl_lp_link" ).href =
LINK_LP;
document.getElementById( "dl_lp_link" ).innerHTML =
"Download language pack";
document.getElementById( "dl_lp_link" ).title =
"Click to download: " + FILENAME_LP;