Author: cmpilato
Date: Tue May 10 16:43:43 2011
New Revision: 1101538
URL: http://svn.apache.org/viewvc?rev=1101538&view=rev
Log:
* site/publish/download/download.html
Automatically submit the form on mirror selection.
Modified:
subversion/site/publish/download/download.html
Modified: subversion/site/publish/download/download.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/download/download.html?rev=1101538&r1=1101537&r2=1101538&view=diff
==============================================================================
--- subversion/site/publish/download/download.html (original)
+++ subversion/site/publish/download/download.html Tue May 10 16:43:43 2011
@@ -44,7 +44,7 @@ disappears.</p>
<form action="/download/" method="get" id="SelectMirror">
Other mirrors:
-<select name="Preferred">
+<select name="Preferred" onchange="submit()">
[if-any http]
[for http]<option value="[http]">[http]</option>[end]
[end]