Team:TU-Eindhoven/Template:BaseFooter
From 2013.igem.org
(Difference between revisions)
Pascalaldo (Talk | contribs) |
Pascalaldo (Talk | contribs) |
||
Line 18: | Line 18: | ||
$this.remove(); | $this.remove(); | ||
}); | }); | ||
+ | var refnr = 1; | ||
$('.tue-reference').each(function() { | $('.tue-reference').each(function() { | ||
var $this = $(this); | var $this = $(this); | ||
- | $('.tue-reflist').append($this.html()); | + | $('.tue-reflist').append("<b>" + refnr + "</b>" + $this.html()); |
+ | refnr = refnr + 1; | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 17:32, 25 May 2013