Fix broken "Exit Reader" button

This commit is contained in:
Alex Ling 2021-01-01 09:04:18 +00:00
parent a68282b4bf
commit 0fbc11386e

View File

@ -90,7 +90,7 @@
</div>
</div>
<div class="uk-modal-footer uk-text-right">
<button class="uk-button uk-button-danger" type="button" onclick="redirect('<%= exit_url %>')">Exit Reader</button>
<button class="uk-button uk-button-danger" type="button" @click="redirect('<%= exit_url %>')">Exit Reader</button>
</div>
</div>
</div>