Team:TU-Eindhoven/Template:UseReferencing
From 2013.igem.org
(Difference between revisions)
Pascalaldo (Talk | contribs) |
Pascalaldo (Talk | contribs) |
||
Line 5: | Line 5: | ||
$('.tue-reflist').append("" + refnr + ". " + $this.html() + "<br />"); | $('.tue-reflist').append("" + refnr + ". " + $this.html() + "<br />"); | ||
$this.html("<sup class=\"tue-inlineref\">[" + refnr + "]</sup>"); | $this.html("<sup class=\"tue-inlineref\">[" + refnr + "]</sup>"); | ||
- | $this.show(); | + | $this.show(500); |
refnr = refnr + 1; | refnr = refnr + 1; | ||
}); | }); | ||
</script></html> | </script></html> |
Revision as of 10:09, 26 May 2013