From 43f7a76f99a062a4fd965f67a5524c65511f2658 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Tue, 9 Apr 2013 17:40:31 -0400 Subject: [PATCH] fixes to A element and click handler --- templates/CRM/Activity/Form/Activity.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Activity/Form/Activity.tpl b/templates/CRM/Activity/Form/Activity.tpl index e042071d74..af649a0494 100644 --- a/templates/CRM/Activity/Form/Activity.tpl +++ b/templates/CRM/Activity/Form/Activity.tpl @@ -155,7 +155,7 @@ - +
{ts}Swap Target and Assignee Contacts{/ts}
@@ -336,6 +336,7 @@ cj(targets).each( function() { cj('#assignee_contact_id').tokenInput("add", this); }); + return false; }); {/literal} -- 2.25.1