Authored by chenchao

remove last one

... ... @@ -305,7 +305,7 @@ var conditionEdit={
$("#"+ pre_id).after(_next_div);
pre_id=next_id;
}
$("#"+base_div_id).remove();
$("#"+base_div_id).last().remove();
},
getMaxIndex:function(_conditions){
... ...