Team:TU Delft/header2

From 2010.igem.org

(Difference between revisions)
Line 84: Line 84:
// hash doesn't contain the first # character.
// hash doesn't contain the first # character.
if(hash) {
if(hash) {
-
if(hash.split('=').length == 0)  
+
if(hash.split('=').length == 1)  
loadPage(hash);
loadPage(hash);
else {
else {

Revision as of 11:53, 22 July 2010