Author: marcus Date: Tue Apr 24 19:55:30 2012 New Revision: 1329973 URL: http://svn.apache.org/viewvc?rev=1329973&view=rev Log: Restored the broken toggle mode for the green download button
Modified: incubator/ooo/ooo-site/trunk/content/index.html Modified: incubator/ooo/ooo-site/trunk/content/index.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/index.html?rev=1329973&r1=1329972&r2=1329973&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/index.html (original) +++ incubator/ooo/ooo-site/trunk/content/index.html Tue Apr 24 19:55:30 2012 @@ -96,8 +96,8 @@ <li><div class="action-download"><div class="action-text action-expand" onclick="if ( SHOWDOWNLOAD ) { this.className='action-text action-contract' } else { this.className='action-text action-expand' }"> - <h2><a href="/download">I want to download OpenOffice.org</a></h2> - <p><a href="/download"> + <h2><a href="/download" onclick="toggleDownload(); return false;">I want to download OpenOffice.org</a></h2> + <p><a href="/download" onclick="toggleDownload(); return false;"> Download OpenOffice.org for free, or find out about other ways of getting it.</a></p> </div> <div id="action-download-extra"></div></div></li>