We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0ab0f commit ed68c5cCopy full SHA for ed68c5c
priv/static/phoenix_html.js
@@ -34,7 +34,7 @@
34
35
form.method = (element.getAttribute("data-method") === "get") ? "get" : "post";
36
form.action = to;
37
- form.style.display = "hidden";
+ form.style.display = "none";
38
39
if (target) form.target = target;
40
else if (targetModifierKey) form.target = "_blank";
0 commit comments