Hi there
I've installed the logout button plugin on a 3.7.2 site and have used the example from the documentation to add the following button to the site:
<p><button class="btn btn-success btn-block f90-logout-button"><i class="fa fa-sign-out"></i>Logout</button></p>
However, when I click on it nothing happens. I don't see any script errors in Chrome Inspector either and I've already tried removing the other classes in case they were interfering, in addition to originally have it as an <a> link instead.
Any ideas what might be going on?