You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/18 11:58:13 UTC

svn commit: r1595584 - /openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Author: marcus
Date: Sun May 18 09:58:12 2014
New Revision: 1595584

URL: http://svn.apache.org/r1595584
Log:
Fixed syntax error when opening 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=1595584&r1=1595583&r2=1595584&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 09:58:12 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=200");
+	window = window.open( target_link, "", "location=no, width=600, height=500, left=100, top=300");
 	window.focus();
 /*
 	alert( ""