From a0e790c3f0b51025bd4f612e1b60cc2daf427f19 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 11 Jun 2015 10:08:35 -0400 Subject: [PATCH] CRM-16306 - Fix js typo --- templates/CRM/Contact/Page/View/Relationship.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Page/View/Relationship.tpl b/templates/CRM/Contact/Page/View/Relationship.tpl index 662766f5fa..addd909c70 100644 --- a/templates/CRM/Contact/Page/View/Relationship.tpl +++ b/templates/CRM/Contact/Page/View/Relationship.tpl @@ -58,8 +58,8 @@ CRM.$(function($) { // Changing relationships may affect related members and contributions. Ensure they are refreshed. $('#contact-summary-relationship-tab').on('crmPopupFormSuccess', function() { - CRM.tabHeader.resetTab('tab_contribute'); - CRM.tabHeader.resetTab('tab_member'); + CRM.tabHeader.resetTab('#tab_contribute'); + CRM.tabHeader.resetTab('#tab_member'); }); }); -- 2.25.1