Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
partido-interdimensional-pirata
Dossier Desobediencia Cibernética
Commits
3f31cf92
Commit
3f31cf92
authored
Apr 19, 2020
by
rene
Browse files
deshabilitar turbolinks en notas al pie
parent
b148256d
Changes
1
Hide whitespace changes
Inline
Side-by-side
_layouts/default.html
View file @
3f31cf92
...
...
@@ -48,6 +48,7 @@
<script
type=
"text/javascript"
>
document
.
addEventListener
(
'
turbolinks:load
'
,
()
=>
{
document
.
querySelectorAll
(
"
a[href^='http://'], a[href^='https://'], a[href^='//']
"
).
forEach
(
a
=>
a
.
target
=
'
_blank
'
);
document
.
querySelectorAll
(
"
a.footnote-backref, a[id^='fnref']
"
).
forEach
(
a
=>
a
.
dataset
.
turbolinks
=
false
);
});
</script>
</body>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment