Team:Oxford

From 2014.igem.org

(Difference between revisions)
m (Removing logging ~josefnpat)
m (Adding a 2 second delay to the onLoad split ~josefnpat)
Line 277: Line 277:
$(document).ready(function(){
$(document).ready(function(){
-
   animateSplit();
+
   setTimeout(function() {
 +
    animateSplit();
 +
  }, 2000);
});
});

Revision as of 21:47, 2 September 2014