arieh / HistoryManager

a mootools history-manager / obeserver class
18 stars 4 forks source link

Safari problems #3

Closed winhoff closed 14 years ago

winhoff commented 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.

arieh commented 14 years ago

I've attempted a fix. i need some verification that it worked (added decodeURI).