on supprime la classe crayon-init si presente, sinon, bug avec les crayons

This commit is contained in:
Christophe 2022-05-03 19:49:22 +02:00
parent 2ca5686a8f
commit ab2ff17d81
2 changed files with 2 additions and 0 deletions

View file

@ -597,6 +597,7 @@ let monTableau = {
this.tri(col, sens); this.tri(col, sens);
}); });
} }
$('td.crayon-init').removeClass('crayon-init');
console.timeEnd('Chargement de VueJs APRES Ajax'); console.timeEnd('Chargement de VueJs APRES Ajax');
}); });
}) })

View file

@ -695,6 +695,7 @@ var monTableau = {
}); });
} }
$('td.crayon-init').removeClass('crayon-init');
console.timeEnd('Chargement de VueJs APRES Ajax'); console.timeEnd('Chargement de VueJs APRES Ajax');
}); });
}).catch(function (error) { }).catch(function (error) {