on supprime la classe crayon-init si presente, sinon, bug avec les crayons
This commit is contained in:
parent
2ca5686a8f
commit
ab2ff17d81
2 changed files with 2 additions and 0 deletions
|
@ -597,6 +597,7 @@ let monTableau = {
|
|||
this.tri(col, sens);
|
||||
});
|
||||
}
|
||||
$('td.crayon-init').removeClass('crayon-init');
|
||||
console.timeEnd('Chargement de VueJs APRES Ajax');
|
||||
});
|
||||
})
|
||||
|
|
|
@ -695,6 +695,7 @@ var monTableau = {
|
|||
});
|
||||
}
|
||||
|
||||
$('td.crayon-init').removeClass('crayon-init');
|
||||
console.timeEnd('Chargement de VueJs APRES Ajax');
|
||||
});
|
||||
}).catch(function (error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue