I am using the jQuery SmoothState.js plugin and I have one link that I dont want it to load.
I have added the class no-smoothState
as suggested in the documentation but it still loads the page with ajax rather than redirect.
<a href="/login" class="btn btn-prim no-smoothState">Sign-in</a>