Upgrade jquery validate

This commit is contained in:
2019-11-26 14:36:29 -05:00
parent f4a5518c30
commit f69cf46c79
5 changed files with 40 additions and 51 deletions
+1 -1
View File
@@ -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);
}