mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +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.detailAddress.addClass("postcodify_details");
|
||||||
ui.extraAddress.addClass("postcodify_extra_info");
|
ui.extraAddress.addClass("postcodify_extra_info");
|
||||||
|
|
||||||
|
ui.detailAddress.on('change', function() {
|
||||||
|
values.detailAddress.val(ui.detailAddress.val());
|
||||||
|
});
|
||||||
|
|
||||||
ui.search.postcodifyPopUp({
|
ui.search.postcodifyPopUp({
|
||||||
inputParent : $this,
|
inputParent : $this,
|
||||||
useFullJibeon : false,
|
useFullJibeon : false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue