Lines Matching refs:currentHash
7 var currentHash, previousNav, timer, hashTrim = /^.*#/;
27 if (hash != currentHash) {
28 currentHash = hash;
30 location.hash = currentHash;
41 if (currentHash != hash) {
43 location.hash = currentHash = hash;
45 msie.setHash(currentHash);
54 if (currentHash) {
55 return currentHash.replace(hashTrim, '');
71 currentHash = location.hash;
74 msie.setHash(currentHash);
75 currentHash = msie.getHash();