Author: marcus
Date: Sun May 18 11:37:38 2014
New Revision: 1595594

URL: http://svn.apache.org/r1595594
Log:
Increased width of 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=1595594&r1=1595593&r2=1595594&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Sun 
May 18 11:37:38 2014
@@ -858,7 +858,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=600, 
height=500, left=100, top=300");
+       window = window.open( target_link, "", "location=no, width=800, 
height=500, left=100, top=300");
        window.focus();
 /*
        alert( ""


Reply via email to