Team:TU Delft/header2

From 2010.igem.org

(Difference between revisions)
Line 89: Line 89:
$("a", elem).each(function(){
$("a", elem).each(function(){
-
if(this.text() != "edit") this.href = this.href.replace("Team:TU_Delft/", wgPageName+ "#");
+
alert(this.text());
 +
 
 +
this.href = this.href.replace("Team:TU_Delft/", wgPageName+ "#");
});
});

Revision as of 15:34, 21 July 2010