You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by bu...@apache.org on 2011/03/19 22:53:39 UTC

[Lucene.Net] svn commit: r787240 - /websites/staging/lucene.net/trunk/content/lucene.net/index.html

Author: buildbot
Date: Sat Mar 19 21:53:39 2011
New Revision: 787240

Log:
Staging update by buildbot

Modified:
    websites/staging/lucene.net/trunk/content/lucene.net/index.html

Modified: websites/staging/lucene.net/trunk/content/lucene.net/index.html
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/index.html (original)
+++ websites/staging/lucene.net/trunk/content/lucene.net/index.html Sat Mar 19 21:53:39 2011
@@ -49,10 +49,10 @@
 
 				<div class="column" style="width:325px;height:200px">
 					<ul class="first calltoaction">
-						<li><a href="#panel1">Grab the Code</a></li>
-						<li><a href="#panel2">Join the Conversation</a></li>
-						<li><a href="#panel3">Check out our Roadmap</a></li>
-						<li><a href="#panel4">Frequently Asked Questions</a></li>
+						<li><a data="#panel1" href="code.html">Grab the Code</a></li>
+						<li><a data="#panel2" href="conversation.html">Join the Conversation</a></li>
+						<li><a data="#panel3" href="roadmap.html" >Check out our Roadmap</a></li>
+						<li><a data="#panel4" href="faq.html">Frequently Asked Questions</a></li>
 					</ul>
 				</div>
 				
@@ -174,7 +174,7 @@ stability of the code, it does indicate 
 				$('.calltoactionpanel').hide();
 				
 				//show panel
-				var panel = $(this).attr("href");
+				var panel = $(this).attr("data");
 				$(panel).show();
 			});