Skip to content

Commit 58ddbdb

Browse files
author
Cedric Dugas
committed
Merge branch 'master' of github.com:posabsolute/jQuery-Validation-Engine
Conflicts: js/jquery.validationEngine.js
2 parents d097af0 + 329654d commit 58ddbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.validationEngine.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
var scrollContainer = $(options.overflownDIV + ":not(:animated)");
355355

356356
scrollContainer.animate({ scrollTop: destination }, 1100, function(){
357-
if(options.focusFirstField) first_err.focus();
357+
if(options.focusFirstField) first_err.focus();
358358
});
359359
}else{
360360
$("html:not(:animated),body:not(:animated)").animate({

0 commit comments

Comments
 (0)