Merge branch 'master' of gogs-figureslibres.io:bachir/popsu-d9
This commit is contained in:
commit
531a75294f
File diff suppressed because one or more lines are too long
@ -154,10 +154,12 @@ $(function(){
|
||||
containers_id.forEach((element) => {
|
||||
$("#"+element).fadeOut();
|
||||
});
|
||||
$("#"+$(this).data("dom")).fadeIn(function(){
|
||||
if($(this).data("dom") == "home_themes-block_1"){
|
||||
console.log("oll");
|
||||
$("#home_themes-block_1").slick('refresh');
|
||||
var d = $(this).data("dom");
|
||||
$("#"+d).fadeIn(function(){
|
||||
|
||||
if(d == "home_themes-block_1"){
|
||||
|
||||
$("#home_themes-block_1>div>div").slick('refresh');
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user