Team:UCLondon/Templates/links-footer

From 2012e.igem.org

(Difference between revisions)
Line 125: Line 125:
<script>
<script>
-
alert('hello');
+
$(document).ready(function() {
  var myarr = $('#footer-box > #footer').children().filter('#f-list');
  var myarr = $('#footer-box > #footer').children().filter('#f-list');
Line 136: Line 136:
$('.mediawiki-footer').html(mystr);
$('.mediawiki-footer').html(mystr);
 +
});
</script>
</script>
</html>
</html>

Revision as of 03:18, 14 September 2012