Fix bug.
This commit is contained in:
parent
b7353a5acb
commit
d202d17fe7
|
@ -262,6 +262,8 @@
|
|||
var el = $(this.element);
|
||||
if(el.hasClass("row")){
|
||||
el.css("width","100%");
|
||||
}else if(el.filter("[class*='col-md']").length == 0){
|
||||
el.css("width","100%");
|
||||
}
|
||||
this.css({ position: 'absolute' })
|
||||
};
|
||||
|
@ -2440,7 +2442,7 @@ var wpex = {};
|
|||
filter: activeItems
|
||||
})
|
||||
$grid.on( 'layoutComplete', function(){
|
||||
self.equalHeights();
|
||||
//Something to call after animation
|
||||
});
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue