Commit c7898224 authored by platyhouse's avatar platyhouse

- encrypted

parent cdcc8ef3
......@@ -132,7 +132,7 @@
$('<em />').text($tel(address[i].dtel))
)
),
$('<a />', {"class": "addr_set"}).click(function () {
$('<a />', {"class": "x_addr_set"}).click(function () {
$('#addrno').val(address[i].addrno);
$('#addrprice').val(address[i].price);
$('#dname').val(address[i].dname);
......@@ -143,7 +143,7 @@
$(".tab.order_form").addClass('set');
$("#duplarea").hide();
}),
$('<a />', {"class": "addr_remove"}).click(function () {
$('<a />', {"class": "x_addr_remove"}).click(function () {
if (!confirm("삭제 하시겠습니까?")) {
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment