console
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -92,7 +92,7 @@ jQuery(function ($) {
|
|||||||
.replace(/(^-|-$)/g, '');
|
.replace(/(^-|-$)/g, '');
|
||||||
$(this).addClass('type-media-' + className);
|
$(this).addClass('type-media-' + className);
|
||||||
});
|
});
|
||||||
console.log(media);
|
console.log("classses media");
|
||||||
// SLIDES RECONSTRUCTION LORS DU CHARGEMENT COMPLET
|
// SLIDES RECONSTRUCTION LORS DU CHARGEMENT COMPLET
|
||||||
$(window).on('load', function () {
|
$(window).on('load', function () {
|
||||||
const $viewContent = $('.path-ressources .view-content').first();
|
const $viewContent = $('.path-ressources .view-content').first();
|
||||||
|
|||||||
@@ -280,12 +280,7 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.view-content{
|
.view-content{
|
||||||
|
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
Reference in New Issue
Block a user