User: andreschnabel Date: 2006/09/24 05:48:51 Modified: de/www/downloads/quickdl.js
Log: korrekte initialisierung für Konqueror File Changes: Directory: /de/www/downloads/ ============================= File [changed]: quickdl.js Url: http://de.openoffice.org/source/browse/de/www/downloads/quickdl.js?r1=1.126&r2=1.127 Delta lines: +7 -1 ------------------- --- quickdl.js 8 Sep 2006 07:42:34 -0000 1.126 +++ quickdl.js 24 Sep 2006 12:48:48 -0000 1.127 @@ -258,7 +258,11 @@ document.download.platform.selectedIndex = i; } } + if (document.download.platform.options.length > 0) { + if (document.download.platform.selectedIndex < 0 ) + document.download.platform.selectedIndex = 0; makeOSVersion(); + } } @@ -289,6 +293,8 @@ } } if ( document.download.version.options.length > 0 ){ + if (document.download.version.selectedIndex < 0 ) + document.download.version.selectedIndex = 0; document.download.version.disabled = false; makeMirrorList (); } else { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
