accountsAjax URL is available even if there is no matching property.

This commit is contained in:
j2blake 2011-07-15 15:19:14 +00:00
parent e175cca388
commit 8619613fca

View file

@ -70,8 +70,9 @@ var associateProfileFieldsData = {
<#if showAssociation??> <#if showAssociation??>
associationEnabled: true , associationEnabled: true ,
ajaxUrl: '${formUrls.accountsAjax}'
</#if> </#if>
ajaxUrl: '${formUrls.accountsAjax}'
}; };
</script> </script>