fix onpopstate

This commit is contained in:
j 2011-06-20 20:34:23 +02:00
commit 8d98cb79de
2 changed files with 5 additions and 4 deletions

View file

@ -85,7 +85,7 @@ Ox.load('Geo', function() {
}
pandora.URL.parse();
window.onpopstate = function() {
window.onpopstate = function(event) {
pandora.URL.update();
};