Team:Evry/template v1

From 2013.igem.org

(Difference between revisions)
Line 108: Line 108:
<script type="text/javascript">
<script type="text/javascript">
$(document).ready( function () {
$(document).ready( function () {
-
  $('#w1').click(function() {
+
/*  $('#w1').click(function() {
     $('html,body').animate({scrollTop: $("#week1").offset().top}, 'slow');
     $('html,body').animate({scrollTop: $("#week1").offset().top}, 'slow');
   });
   });
Line 164: Line 164:
   $('#w19').click(function() {
   $('#w19').click(function() {
     $('html,body').animate({scrollTop: $("#week19").offset().top}, 'slow');
     $('html,body').animate({scrollTop: $("#week19").offset().top}, 'slow');
-
   });  
+
   }); */
   $('#w20').click(function() {
   $('#w20').click(function() {
     $('html,body').animate({scrollTop: $("#week20").offset().top}, 'slow');
     $('html,body').animate({scrollTop: $("#week20").offset().top}, 'slow');

Revision as of 17:37, 11 September 2013