Team:TU-Eindhoven/Template:BaseFooter

From 2013.igem.org

(Difference between revisions)
Line 17: Line 17:
     if($this.html().replace(/\s| /g, '').length == 0)
     if($this.html().replace(/\s| /g, '').length == 0)
         $this.remove();
         $this.remove();
 +
});
 +
$('.tue-reference').each(function() {
 +
    var $this = $(this);
 +
    if (window.console) console.log($this.html());
});
});
</script>
</script>
</html>
</html>

Revision as of 17:28, 25 May 2013