From 8619613fca67b01242dcac36d5a3fd9ee6d12ef5 Mon Sep 17 00:00:00 2001 From: j2blake Date: Fri, 15 Jul 2011 15:19:14 +0000 Subject: [PATCH] accountsAjax URL is available even if there is no matching property. --- .../body/accounts/userAccounts-associateProfilePanel.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl index 52d6fb8b6..583d3593d 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-associateProfilePanel.ftl @@ -70,8 +70,9 @@ var associateProfileFieldsData = { <#if showAssociation??> associationEnabled: true , - ajaxUrl: '${formUrls.accountsAjax}' + + ajaxUrl: '${formUrls.accountsAjax}' };