5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 16:30:49 +00:00

que turbolinks respete los anchors (para los artículos con notas al pie)

This commit is contained in:
f 2019-08-23 15:47:12 -03:00
parent 0f7ffe0243
commit 79362e024d
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -0,0 +1,3 @@
$(document).on('turbolinks:load', function() {
$('a[href^="#"]').data('turbolinks', false);
});