You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by as...@apache.org on 2015/01/13 13:35:52 UTC

svn commit: r1651330 - /openoffice/ooo-site/trunk/content/lt/download/download.js

Author: astepukonis
Date: Tue Jan 13 12:35:52 2015
New Revision: 1651330

URL: http://svn.apache.org/r1651330
Log:
Testing to resolve an issue with the pop-up window.

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

Modified: openoffice/ooo-site/trunk/content/lt/download/download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/lt/download/download.js?rev=1651330&r1=1651329&r2=1651330&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/lt/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/lt/download/download.js Tue Jan 13 12:35:52 2015
@@ -479,7 +479,7 @@ function showWindow( target_link ) {
  	var popup_window = "";
 
 	popup_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();
+	popup_window.focus();
 
 	return;
 }