Team:WITS-CSIR SA/Project/Notebook
From 2011.igem.org
(Difference between revisions)
Line 73: | Line 73: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function () { | $(function () { | ||
- | $('#globalWrapper'). | + | $('#globalWrapper').remove(); |
$('#target').css({ | $('#target').css({ | ||
width: window.innerWidth + 'px', | width: window.innerWidth + 'px', | ||
height: window.innerHeight + 'px' | height: window.innerHeight + 'px' | ||
}).appendTo('body'); | }).appendTo('body'); | ||
+ | |||
+ | $.fling('publish', 'ready'); | ||
}); | }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 09:12, 3 September 2011