accountsAjax URL is available even if there is no matching property.
This commit is contained in:
parent
e175cca388
commit
8619613fca
1 changed files with 2 additions and 1 deletions
|
@ -70,8 +70,9 @@ var associateProfileFieldsData = {
|
||||||
|
|
||||||
<#if showAssociation??>
|
<#if showAssociation??>
|
||||||
associationEnabled: true ,
|
associationEnabled: true ,
|
||||||
ajaxUrl: '${formUrls.accountsAjax}'
|
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
ajaxUrl: '${formUrls.accountsAjax}'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue