Team:TU Delft/header2

From 2010.igem.org

(Difference between revisions)
Line 52: Line 52:
// moves to a new page.  
// moves to a new page.  
// pageload is called at once.  
// pageload is called at once.  
-
 
-
if(this.text() != "edit") $.history.load(hash);
 
return false;
return false;
});
});
Line 91: Line 89:
$("a", elem).each(function(){
$("a", elem).each(function(){
-
this.href = this.href.replace("Team:TU_Delft/", wgPageName+ "#");
+
if(this.text() != "edit") this.href = this.href.replace("Team:TU_Delft/", wgPageName+ "#");
});
});

Revision as of 15:33, 21 July 2010