Link out of history

Link out of history

Hello,

Is there a way to make a link (ajax link) that is not keep in the history ?

As we have the changeHash option in the changePage method, is there any wtrribute we can use in a html link ?
For instance :
<a href="#nextHiddenStep" data-no-history="true">test</a>
Is there a sort of "data-no-history" that we can add to say, don't put this url in the history ?

My case is : the link is to a "wait page" that make a changePage just few seconds after. So when the back button is used, I don't want to go to this "wait page" but to the previous one.

Any idea ?

Thanks,

Stéphane