Author: buildbot
Date: Sat May 31 12:24:11 2014
New Revision: 910689

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 Sat May 31 12:24:11 2014
@@ -1 +1 @@
-1598865
+1598866

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 31 12:24:11 2014
@@ -1 +1 @@
-1598865
+1598866

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 
Sat May 31 12:24:11 2014
@@ -909,8 +909,9 @@ function resetElements() {
  */
 function showWindow( target_link ) {
        // Open a popup window with specific parameters to show the file from 
"target_link".
-       window = window.open( target_link, "_blank", "location=no, menubar=no, 
resizable=yes, scrollbars=yes, status=no, \
-       titlebar=no, toolbar=no, left=100, top=250, width=800, height=550");
+       window = window.open( target_link, "_blank",
+       "location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, 
titlebar=no, toolbar=no, \
+       left=100, top=250, width=800, height=550");
        window.focus();
 /*
        alert( ""


Reply via email to