未验证 提交 82d709b4 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #4061 from HuangJY777/JENKINS-49316

[JENKINS-49316] Create Item: OK button disabled until TAB pressed
......@@ -260,7 +260,7 @@ $.when(getItems()).done(function(data) {
});
// Init CopyFromField
$('input[name="from"]', '#createItem').blur(function() {
$('input[name="from"]', '#createItem').on("blur input", function() {
if (getCopyFromValue() === '') {
$('#createItem').find('input[type="radio"][value="copy"]').removeAttr('checked');
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册