Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
Line 123: | Line 123: | ||
$.get(url, function(data) { | $.get(url, function(data) { | ||
$("#iGEM_TU_Delft_container").html(data).fadeIn(200).queue(processPage); | $("#iGEM_TU_Delft_container").html(data).fadeIn(200).queue(processPage); | ||
+ | buildBreadCrumbTrail(); | ||
}); | }); | ||
} | } | ||
Line 222: | Line 223: | ||
$("#breadcrumbs").html(outputStr); | $("#breadcrumbs").html(outputStr); | ||
} | } | ||
- | |||
- | |||
- | |||
</script> | </script> | ||
<!-- Scripting END /--> | <!-- Scripting END /--> |