history.js icon indicating copy to clipboard operation
history.js copied to clipboard

Added internal flag to detect back/forward use

Open dherran opened this issue 10 years ago • 2 comments

var state = History.getState(); if (state.internal) { }

dherran avatar Jun 09 '14 16:06 dherran

Too bad this isn't accepted (still)... What is the current way to find out if the browser button was pressed?

melroy89 avatar Jan 27 '16 15:01 melroy89

@danger89 I have edited history.js to have the above change.

Fasani avatar Feb 04 '16 08:02 Fasani