1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +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

@ -183,10 +183,7 @@ $(document).ready(function () {
if (location.hash) { $('#type_' + location.hash.substr(1)).click() } else { type_transfer.click() }
$('#source_me').click(function (event) {
// Prevent TurboLinks
event.preventDefault();
$('#source_me').click(function () {
if (LOCK) { return }
// Shortcut to set the current user as the only emitter