legshooter

Results 4 comments of legshooter

I'm setback by this back-forward issue too. When using 'complete' my js stops working. When using 'end' my js gets doubled. (datatables.js in my case) There's gotta be something less...

First I tried: ``` $(document).on('pjax:popstate', function (event) { event.preventDefault(); location = event.currentTarget.URL; }); ``` But `event.preventDefault()` doesn't work, as documented in the intersection of the `pjax:popstate` row and the `cancel`...