history.js
history.js copied to clipboard
Added internal flag to detect back/forward use
var state = History.getState(); if (state.internal) { }
Too bad this isn't accepted (still)... What is the current way to find out if the browser button was pressed?
@danger89 I have edited history.js to have the above change.