User: markomlm Date: 2006/07/14 02:18:15 Modified: de/www/downloads/quickdl.js
Log: Aenderung makeMirror. M. Moeller File Changes: Directory: /de/www/downloads/ ============================= File [changed]: quickdl.js Url: http://de.openoffice.org/source/browse/de/www/downloads/quickdl.js?r1=1.114&r2=1.115 Delta lines: +1 -1 ------------------- --- quickdl.js 14 Jul 2006 08:36:25 -0000 1.114 +++ quickdl.js 14 Jul 2006 09:18:12 -0000 1.115 @@ -315,7 +315,7 @@ } if ( document.download.mirror.options.length > 0 ) { document.download.mirror.disabled = false; - document.download.mirror.selectedIndex = Math.floor ( Math.random()* + document.download.mirror.selectedIndex = Math.round ( Math.random()* (document.download.mirror.options.length - 1) ); selectMirror(); } else { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
