1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

JQuery is unable to cancel Turbolinks

This commit is contained in:
Alexandre Iooss
2020-09-06 21:41:33 +02:00
parent 89b2ff52e3
commit 27aa2e9da8
2 changed files with 2 additions and 5 deletions

View File

@ -65,7 +65,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<input class="form-control mx-auto" type="text" id="source_note" placeholder="{% trans "Name or alias..." %}" />
<div id="source_me_div">
<hr>
<a class="btn-block btn btn-secondary" href="#" id="source_me">
<a class="btn-block btn btn-secondary" href="#" id="source_me" data-turbolinks="false">
{% trans "I am the emitter" %}
</a>
</div>