Team:TU-Eindhoven/Template:BaseFooter

From 2013.igem.org

(Difference between revisions)
Line 20: Line 20:
$('.tue-reference').each(function() {
$('.tue-reference').each(function() {
     var $this = $(this);
     var $this = $(this);
-
     if (window.console) console.log($this.html());
+
     $('.tue-reflist').append($this.html());
});
});
</script>
</script>
</html>
</html>

Revision as of 17:29, 25 May 2013