Author: marcus
Date: Sat May 31 11:37:22 2014
New Revision: 1598855

URL: http://svn.apache.org/r1598855
Log:
Changed positioning for the popup window

Modified:
    openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1598855&r1=1598854&r2=1598855&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Sat 
May 31 11:37:22 2014
@@ -909,7 +909,7 @@ function resetSel() {
  */
 function showWindow( target_link ) {
        // Open a popup window to show the file from the "target_link".
-       window = window.open( target_link, "", "location=no, width=800, 
height=500, left=100, top=300");
+       window = window.open( target_link, "", "location=no, width=800, 
height=550, left=100, top=250");
        window.focus();
 /*
        alert( ""


Reply via email to