Skip to content

Commit 07efdab

Browse files
committed
Merge pull request posabsolute#837 from ClemRz/bug-834
Fixes bug posabsolute#836
2 parents 0cea325 + 73cfa58 commit 07efdab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

js/jquery.validationEngine.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,6 +1747,11 @@
17471747
"marginTop": pos.marginTopSize,
17481748
"opacity": 0.87};
17491749

1750+
prompt.css({
1751+
"opacity": 0,
1752+
"display": "block"
1753+
});
1754+
17501755
if (noAnimation)
17511756
prompt.css(css);
17521757
else

0 commit comments

Comments
 (0)