Team:KAIST-Korea/jihanmenu

From 2011.igem.org

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

Revision as of 09:05, 7 August 2011