fix onpopstate
This commit is contained in:
parent
29b1f5ddc3
commit
b2d5f189e3
2 changed files with 5 additions and 4 deletions
|
|
@ -85,7 +85,7 @@ Ox.load('Geo', function() {
|
|||
}
|
||||
|
||||
pandora.URL.parse();
|
||||
window.onpopstate = function() {
|
||||
window.onpopstate = function(event) {
|
||||
pandora.URL.update();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue