Team:TU Delft/header2
From 2010.igem.org
(Difference between revisions)
Line 78: | Line 78: | ||
function rewriteLinks(elem) { | function rewriteLinks(elem) { | ||
- | |||
- | |||
$("a", elem).each(function(){ | $("a", elem).each(function(){ | ||
- | |||
- | |||
- | |||
this.href = this.href.replace("Team:TU_Delft/", wgPageName+ "#"); | this.href = this.href.replace("Team:TU_Delft/", wgPageName+ "#"); | ||
- | |||
}); | }); |
Revision as of 14:34, 21 July 2010