Author: marcus
Date: Sat May 31 12:23:34 2014
New Revision: 1598866
URL: http://svn.apache.org/r1598866
Log:
Updated parameters for 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=1598866&r1=1598865&r2=1598866&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 12:23:34 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( ""