Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
Line 219: | Line 219: | ||
var anchor = this.hash.substring(1); | var anchor = this.hash.substring(1); | ||
- | if (anchor.substring(0,5)!=' | + | if (anchor.substring(0,5)!='page=') |
this.href = '#page=' + currentPage + ampersandStr + 'anchor=' + anchor; | this.href = '#page=' + currentPage + ampersandStr + 'anchor=' + anchor; | ||