mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
fixed a side effect of merge
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12681 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0f04bd3f92
commit
005768c71e
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ jQuery(function($){
|
|||
}
|
||||
});
|
||||
|
||||
$('#userDefine form').submit(function(e) {
|
||||
$('#userDefine').submit(function(e) {
|
||||
var id_list = $(this).find('input[name=join_form_id_list]').val();
|
||||
var id_list_arr = id_list.split(',');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue