未验证 提交 be811c33 编写于 作者: J Javan Makhmali 提交者: GitHub

Merge pull request #32479 from kylekeesling/ie11-activestorage-direct-upload-bug-fix

Fixes a bug in IE11 that broke ActiveStorage direct uploads
......@@ -59,7 +59,7 @@ function submitForm(form) {
} else {
button = document.createElement("input")
button.type = "submit"
button.style = "display:none"
button.style.display = "none"
form.appendChild(button)
button.click()
form.removeChild(button)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册