fix onpopstate
This commit is contained in:
parent
d588987c12
commit
8d98cb79de
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