@ -105,6 +105,7 @@
$('#content').html(details.content);
$('.addr').html(details.addr);
$('.opentime').html(details.opentime);
$('.tel').html(details.tel);
$('.tel').attr('href', "tel:" + details.tel)
}
});