html tpl fix in address
This commit is contained in:
parent
ad42011868
commit
cb6cf702b6
@ -37,7 +37,7 @@ $(function(){
|
||||
|
||||
|
||||
value2html: function(value, element) {
|
||||
var html = value.city + ', st. ' + value.street + ', bld. ' + value.building;
|
||||
var html = value.city + ', ' + value.street + ' st., bld. ' + value.building;
|
||||
$(element).text(html);
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user