From 664d5f32f12f69c444bec241602e3268c6bef59d Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 13 Mar 2014 10:39:56 -0400 Subject: [PATCH] enableDisableApi - cleanup --- templates/CRM/common/enableDisableApi.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/enableDisableApi.tpl b/templates/CRM/common/enableDisableApi.tpl index be3fd03313..d388f07182 100644 --- a/templates/CRM/common/enableDisableApi.tpl +++ b/templates/CRM/common/enableDisableApi.tpl @@ -91,7 +91,7 @@ // Because this is an inline script it may get added to the document more than once, so remove handler before adding $('body') - .off('click', '.action-item.crm-enable-disable') + .off('click', '.crm-enable-disable') .on('click', '.action-item.crm-enable-disable', enableDisable); }); -- 2.25.1