Team:Marburg/Template:Header

From 2013.igem.org

(Difference between revisions)
m
m
Line 388: Line 388:
<script type="text/javascript">
<script type="text/javascript">
-
$.fn.cycle.defaults.timeout = 6000;
+
$.fn.cycle.defaults.timeout = 6500;
$(function() {
$(function() {
-
    // run the code in the markup!
 
-
    $('table pre code').not('#skip,#skip2').each(function() {
 
-
        eval($(this).text());
 
-
    });
 
-
   
 
$('#s3').cycle({  
$('#s3').cycle({  
     fx:    'fade',  
     fx:    'fade',  
-
     speed:  300,  
+
     speed:  350,  
-
     timeout: 3000,  
+
     timeout: 4000,  
     next:  '#s3',  
     next:  '#s3',  
     pause:  1  
     pause:  1  
Line 412: Line 407:
         .append('<h3>' + this.alt + '</h3>');
         .append('<h3>' + this.alt + '</h3>');
}
}
-
</script>
+
</script></html>
-
</html>
+

Revision as of 12:21, 21 September 2013