Team:Dundee/inside/board

From 2014.igem.org

(Difference between revisions)
Line 167: Line 167:
window.onload = function() {
window.onload = function() {
   fadeImg();
   fadeImg();
 +
setTimeout(function() {
 +
    $( '#doIt' ).css( "display", "block") ;
 +
}, 10000);
}
}
$('#doIt').click(function(){
$('#doIt').click(function(){
     fadeImg();
     fadeImg();
-
setTimeout(function() {
 
-
    $( "#doIt" ).css( "display", "block") ;
 
-
}, 10000);
 
});
});

Revision as of 00:20, 18 October 2014

Dundee 2014