mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Merge pull request #2538 from dewekk/fix-signup-config-1
가입 폼 순서 변경 시 하위 필드 값 초기화 문제 수정
This commit is contained in:
commit
24e90e43fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1299,7 +1299,7 @@ jQuery(function($){
|
|||
position = {x:event.pageX, y:event.pageY};
|
||||
offset = getOffset($tr.get(0), ofspar);
|
||||
|
||||
$clone = $tr.attr('target', true).clone(true).appendTo($table);
|
||||
$clone = $tr.attr('target', true).clone(true).find('input').removeAttr('id name').end().appendTo($table);
|
||||
|
||||
// get colspan
|
||||
cols = ($th=$table.find('thead th')).length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue