mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
reformat code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9113 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8d435e5af1
commit
5787f10485
1 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,9 @@ function doSelectKrZip(column_name) {
|
|||
var val = form.find('select[name=_tmp_address_list_'+column_name+']').val();
|
||||
var addr = form.find('input[name='+column_name+']');
|
||||
|
||||
addr.eq(0).val(val);
|
||||
addr.eq(1).focus();
|
||||
addr
|
||||
.eq(0).val(val).end()
|
||||
.eq(1).focus();
|
||||
}
|
||||
|
||||
function doSearchKrZip(column_name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue