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:
flyskyko 2013-02-04 08:21:16 +00:00
parent 0f04bd3f92
commit 005768c71e

View file

@ -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(',');