Team:Cambridge/new

From 2011.igem.org

(Difference between revisions)
Line 14: Line 14:
$(window).ready(function() {
$(window).ready(function() {
-
  console.log('performing body hack');
 
   $('body').html($('#cam_page'));
   $('body').html($('#cam_page'));
-
 
 
-
  console.log('performing head Hack.');
 
   $('head').html(head);
   $('head').html(head);
});
});

Revision as of 09:59, 8 September 2011