Team:UCL London/templates/v2/overall header

From 2010.igem.org

(Difference between revisions)
Line 17: Line 17:
<script type="text/javascript">
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery(document).ready(function() {
-
var footerContents = jQuery('#footer-box').html();
+
var footerContents = jQuery('#footer-box');
-
jQuery('#new-wiki-footer').html(footerContents);
+
var first = footerContents.find('div:first').find('#f-list').html();
 +
var last = footerContents.find('div:last').find('#f-list').html();
 +
 +
jQuery('#footer-wiki-1').html(first);
 +
jQuery('#footer-wiki-2').html(last);
});
});
 +
</script>
</script>

Revision as of 12:56, 25 August 2010

UCL IGEM 2010