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) => {
|
||||
$("#"+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