Team:Amsterdam/Sandbox

From 2011.igem.org

(Difference between revisions)
Line 49: Line 49:
// Start the script upon page load
// Start the script upon page load
-
$(function() {
+
onload=function(){
buildBreadCrumbTrail(window.location.pathname);
buildBreadCrumbTrail(window.location.pathname);
}
}

Revision as of 15:10, 9 September 2011