* Fix bug #44683, replace duplicate plan picker name.
This commit is contained in:
@@ -68,7 +68,7 @@ function addNewLine(e)
|
||||
|
||||
index = id > index ? id : index;
|
||||
})
|
||||
while($('[name="plans[' + index + ']"]').length > 0) index ++;
|
||||
while($('[name="plans[' + index + '][]"]').length > 0) index ++;
|
||||
|
||||
/* 处理新一行控件的显示/隐藏,宽度/是否居中等样式问题. */
|
||||
newLine.addClass('newLine');
|
||||
|
||||
Reference in New Issue
Block a user