Unpoly up-follow not loading contents via XHR

Viewed 24

I have a link like so that isn't being loaded via XHR:

<a href="/hb/test2/" up-target="#content" rel="nofollow"><button type="button">Action</button></a>

How to get this to load?

1 Answers

Remove the type="button" from the button and it will work.

Related