This commit is contained in:
2025-05-22 21:14:06 +02:00
parent 1fdfa335ef
commit 6156666ed4
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ jQuery(function ($) {
.replace(/(^-|-$)/g, '');
$(this).addClass('type-media-' + className);
});
console.log(media);
console.log("classses media");
// SLIDES RECONSTRUCTION LORS DU CHARGEMENT COMPLET
$(window).on('load', function () {
const $viewContent = $('.path-ressources .view-content').first();