Skip to content

Commit ce40a3e

Browse files
committed
.
1 parent ac5a299 commit ce40a3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

javascripts/main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ $(function(){
22
function onAjaxSuccess(data) {
33
$("#result_content")
44
.empty()
5-
.append($("<p />")).
5+
.append($("<p />"))
66
.html($("<label />")
77
.append("Logradouro: ")
88
.append(data.data.logradouro))
9+
.append($("<p />"))
10+
.html($("<label />"))
911
.show("slow");
1012

1113
}

0 commit comments

Comments
 (0)