Usar turbo:load
This commit is contained in:
parent
07035125e6
commit
7057324fc0
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ try {
|
||||||
|
|
||||||
if (window.axe) window.axe.configure({ locale: require('axe-core/locales/es.json') })
|
if (window.axe) window.axe.configure({ locale: require('axe-core/locales/es.json') })
|
||||||
|
|
||||||
// Prevenir que Turbolinks interfiera la navegación a un anchor al
|
document.addEventListener('turbo:load', event => {
|
||||||
// recargar la página
|
|
||||||
document.addEventListener('turbolinks:load', event => {
|
|
||||||
if (!window.axe) return
|
if (!window.axe) return
|
||||||
|
|
||||||
window.axe.run().then(results => {
|
window.axe.run().then(results => {
|
||||||
|
|
Loading…
Reference in a new issue