this.animations.globalAnimations();
this.progressbar.update();
+
+ this.updateIcons();
},
initTooltips: function () {
// L'icône est déjà en place
if ($(this).children('svg.' + iconId).length) {
+ console.log('icone already load')
return;
}
+
// Si une autre icône est présente, on la supprime
$(this).children('svg.svg-icon').remove();
// Puis on ajoute l'icône
this.screens.reset();
this.screens.intro.show();
this.progressbar.update();
+ this.updateIcons();
}
}