Team:UT Dallas/Notebook
From 2012.igem.org
(Difference between revisions)
Line 165: | Line 165: | ||
}, 500, function() { | }, 500, function() { | ||
$('#book_contents').html($('#book_cover').html()); | $('#book_contents').html($('#book_cover').html()); | ||
+ | $('#book_cover').html(""); | ||
}); | }); | ||
} | } | ||
Line 173: | Line 174: | ||
}, 500, function() { | }, 500, function() { | ||
$('#book_cover').html($('#book_contents').html()); | $('#book_cover').html($('#book_contents').html()); | ||
+ | $('#book_contents').html(""); | ||
}); | }); | ||
}); | }); | ||
Line 180: | Line 182: | ||
}, 500, function() { | }, 500, function() { | ||
$('#book_cover').html($('#book_contents').html()); | $('#book_cover').html($('#book_contents').html()); | ||
+ | $('#book_contents').html(""); | ||
}); | }); | ||
}); | }); |
Revision as of 06:26, 28 September 2012