Author: buildbot
Date: Sat Jun 14 07:59:45 2014
New Revision: 912515

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/boxed_download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 14 07:59:45 2014
@@ -1 +1 @@
-1602567
+1602568

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 14 07:59:45 2014
@@ -1 +1 @@
-1602567
+1602568

Modified: 
websites/staging/ooo-site/trunk/content/download/test/boxed_download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/boxed_download.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/boxed_download.js Sat 
Jun 14 07:59:45 2014
@@ -1,4 +1,4 @@
-function createDownloadBox( mode ) {
+function createDownloadBox() {
   // Green colored box.
   // Show select boxes and both download text buttons.
   document.write( "<div class='first button green-sel' id='optionitem2'>"
@@ -44,11 +44,11 @@ function createDownloadBox( mode ) {
     + "</div>"
     + "<br /><br />"
 
-  + "</div>" );
+  + "</div>"
 
   // Sub-green colored box.
   // Show release info, filesizes, checksum links and help links.
-  document.write( "<div id='sub_green_box' class='sub-green-sel'>"
+  + "<div id='sub_green_box' class='sub-green-sel'>"
     + "<p>"
       // Error text with hint.
       + "<img id='dl_err_img'    style='margin: 5px 5px 15px 0px;' src='' 
title='' height='16' width='16' alt='' />"
@@ -94,7 +94,7 @@ function createDownloadBox( mode ) {
       // Help: Report broken link.
       + "<img id='dl_rpt_img'    style='padding: 5px 5px 0px 0px;' src='' 
title='' height='16' width='16' alt='' />"
       + "<a id='dl_rpt' href=''          title='' target='_blank'></a>"
-    + "</p>" );
-  document.write( "</div>" );
+    + "</p>"
+  + "</div>" );
 }
 


Reply via email to