Skip to content

Commit ed68c5c

Browse files
committed
Set display to none instead of hidden
1 parent 0e0ab0f commit ed68c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/static/phoenix_html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
form.method = (element.getAttribute("data-method") === "get") ? "get" : "post";
3636
form.action = to;
37-
form.style.display = "hidden";
37+
form.style.display = "none";
3838

3939
if (target) form.target = target;
4040
else if (targetModifierKey) form.target = "_blank";

0 commit comments

Comments
 (0)