Team:Trieste/static/page boot.js

From 2012.igem.org

(Difference between revisions)
m (bug)
Line 1: Line 1:
$(function(){
$(function(){
-
     $('head').html($('div#head'))
+
     $('head').html($('div#head').children())
     $('body').html($('div#body'))
     $('body').html($('div#body'))
});
});

Revision as of 14:21, 16 August 2012

$(function(){

   $('head').html($('div#head').children())
   $('body').html($('div#body'))

});