Closed winhoff closed 14 years ago
Not sure if this works in Safari 3 (Mac), but in Safari 4 it fails. I think you have to unescape the URL in the getHash method (HashListener.js) at line 124 like so:
return unescape(window.location.hash.substr(1));
This should fix the problem.
I've attempted a fix. i need some verification that it worked (added decodeURI).
Not sure if this works in Safari 3 (Mac), but in Safari 4 it fails. I think you have to unescape the URL in the getHash method (HashListener.js) at line 124 like so:
return unescape(window.location.hash.substr(1));
This should fix the problem.