mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix detail address not being updated when using Postcodify API
This commit is contained in:
parent
3a53e173bb
commit
43e3672c4e
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@
|
|||
ui.detailAddress.addClass("postcodify_details");
|
||||
ui.extraAddress.addClass("postcodify_extra_info");
|
||||
|
||||
ui.detailAddress.on('change', function() {
|
||||
values.detailAddress.val(ui.detailAddress.val());
|
||||
});
|
||||
|
||||
ui.search.postcodifyPopUp({
|
||||
inputParent : $this,
|
||||
useFullJibeon : false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue