Skip to content
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.

Commit

Permalink
JSHint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Mar 26, 2012
1 parent 0e2657e commit 4659703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sHistory.js
Expand Up @@ -428,7 +428,7 @@ sHistory._dispatchFirst = function () {
hash += '&';
}
// Fix any malformations
hash = hash.replace(/([\&=])+/g, '$1').replace(/^\#\&/, '#');;
hash = hash.replace(/([\&=])+/g, '$1').replace(/^\#\&/, '#');
hash += '__t=' + (new Date()).getTime();
location.hash = hash;
}
Expand Down

0 comments on commit 4659703

Please sign in to comment.