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