mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +09:00
fixed a bug on member group page
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11933 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b552f2ef7e
commit
f8c3500316
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ jQuery(function ($){
|
|||
.find('input:radio').val(index).end()
|
||||
.find('input[name="group_srls[]"]').val(index).end()
|
||||
.show()
|
||||
.appendTo($tbody);
|
||||
.appendTo($tbody)
|
||||
.find('.lang_code').xeApplyMultilingualUI();
|
||||
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue