cubing / mark2

Client-Side Javascript WCA-Style Scrambler
https://www.cubing.net/mark2/
7 stars 6 forks source link

Handle onhashchange event #117

Closed lgarron closed 12 years ago

lgarron commented 12 years ago

Example:

window.onhashchange=function(e) {console.log(e.oldURL + ", " + e.newURL)};

For @jfly.