Merge branch 'master' of gogs-figureslibres.io:bachir/popsu-d9

This commit is contained in:
Bachir Soussi Chiadmi 2021-09-09 16:49:55 +02:00
commit 531a75294f
2 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -154,10 +154,12 @@ $(function(){
containers_id.forEach((element) => { containers_id.forEach((element) => {
$("#"+element).fadeOut(); $("#"+element).fadeOut();
}); });
$("#"+$(this).data("dom")).fadeIn(function(){ var d = $(this).data("dom");
if($(this).data("dom") == "home_themes-block_1"){ $("#"+d).fadeIn(function(){
console.log("oll");
$("#home_themes-block_1").slick('refresh'); if(d == "home_themes-block_1"){
$("#home_themes-block_1>div>div").slick('refresh');
} }
}); });