提交 bad1feb2 编写于 作者: B Bryce Johnson

Convert field error NodeList to an Array.

上级 80aa0a8f
......@@ -296,8 +296,8 @@
};
Dispatcher.prototype.initFieldErrors = function() {
return document.querySelectorAll('.show-gl-field-errors')
.forEach(function(form) {
var flaggedForms = document.querySelectorAll('.show-gl-field-errors');
return [...taggedForms].forEach(function(form) {
new gl.GlFieldErrors(form);
});
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册