Back link and reload

I want to link toback page and reload xhr. Why is the following code useless?

<a class="link back icon-only" data-force="true" data-ignore-cache="true">

You forgot the href="..." attribute, it is required for force

1 Like