Skip to content

Commit 73cfa58

Browse files
committed
Fixes bug #836
1 parent c3dfba2 commit 73cfa58

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
@@ -1718,6 +1718,11 @@
17181718
"marginTop": pos.marginTopSize,
17191719
"opacity": 0.87};
17201720

1721+
prompt.css({
1722+
"opacity": 0,
1723+
"display": "block"
1724+
});
1725+
17211726
if (noAnimation)
17221727
prompt.css(css);
17231728
else

0 commit comments

Comments
 (0)