Skip to content

Commit 18cc199

Browse files
committed
1 parent 96e48bd commit 18cc199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.validationEngine.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@
216216

217217
var form = this;
218218
var options = form.data('jqv');
219-
var duration = options ? options.fadeDuration:0.3;
220-
$('.formError').fadeTo(duration, 0.3, function() {
219+
var duration = options ? options.fadeDuration:300;
220+
$('.formError').fadeTo(duration, 300, function() {
221221
$(this).parent('.formErrorOuter').remove();
222222
$(this).remove();
223223
});

0 commit comments

Comments
 (0)