Browse Source

Merge pull request #560 from artemave/patch-2

Trigger 'push' event on `history.back()`
pull/658/head
Connor Sears 10 years ago
parent
commit
e48e3d6686
  1. 4
      js/push.js

4
js/push.js

@ -191,7 +191,9 @@
swapContent(
(activeObj.contents || activeDom).cloneNode(true),
document.querySelector('.content'),
transition
transition, function() {
triggerStateChange();
}
);
PUSH.id = id;

Loading…
Cancel
Save