This commit is contained in:
parent
f565959387
commit
82bbbe94dd
File diff suppressed because one or more lines are too long
@ -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');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user