Team:TU Delft/header2

From 2010.igem.org

(Difference between revisions)
Line 36: Line 36:
$(function() {
$(function() {
// Initialize history plugin.
// Initialize history plugin.
-
$.hashchange(historyCallback);
+
$(window).hashchange(historyCallback);
rewriteLinks($("#navlist"));
rewriteLinks($("#navlist"));
/*
/*

Revision as of 18:03, 22 July 2010