Skip to content
Snippets Groups Projects
Commit 43f7a76f authored by Andie Hunt's avatar Andie Hunt
Browse files

fixes to A element and click handler

parent 9285bb0f
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@
<tr class="crm-activity-form-block-swap_target_assignee">
<td class="label"></td>
<td>
<a class="button" id="swap_target_assignee">
<a href="#" class="button" id="swap_target_assignee">
<span>
<div class="icon swap-target-assignee-icon"></div>{ts}Swap Target and Assignee Contacts{/ts}
</span>
......@@ -336,6 +336,7 @@
cj(targets).each( function() {
cj('#assignee_contact_id').tokenInput("add", this);
});
return false;
});
</script>
{/literal}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment