Upgrade jquery validate
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
$($el).height('auto');
|
||||
topPostion = $el.position().top;
|
||||
|
||||
if (currentRowStart != topPostion) {
|
||||
if (currentRowStart !== topPostion) {
|
||||
for (currentDiv = 0; currentDiv < rowDivs.length; currentDiv++) {
|
||||
rowDivs[currentDiv].height(currentTallest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user