We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e36bf1 commit 700fb09Copy full SHA for 700fb09
javascript/addressfinder_ent.js
@@ -44,7 +44,7 @@
44
for (var i = 1; i <= 6; i++) {
45
manual.find('input[name*=PostalLine' + i + ']').val(item['postal_line_' + i] || '')
46
}
47
- console.log(item);
+
48
manual.find('input[name*=Suburb]').val(item.suburb || '')
49
manual.find('input[name*=City]').val(item.city || '')
50
manual.find('input[name*=Postcode]').val(item.postcode || '')
0 commit comments