From: jitendrapurohit Date: Thu, 29 Oct 2015 12:45:11 +0000 (+0530) Subject: CRM-17433 - Invalid error message on deleting Participant record if NOT in pop-up... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e7bcb8d4289d8f231a0d85a8e529132225fc12a7;p=civicrm-core.git CRM-17433 - Invalid error message on deleting Participant record if NOT in pop-up form --- diff --git a/js/crm.searchForm.js b/js/crm.searchForm.js index bf993611cb..e97c5ee780 100644 --- a/js/crm.searchForm.js +++ b/js/crm.searchForm.js @@ -3,7 +3,7 @@ "use strict"; var selected = 0, form = 'form.crm-search-form', - active = 'a.button, a.action-item:not(.crm-enable-disable), a.crm-popup'; + active = 'a.action-item:not(.crm-enable-disable), a.crm-popup'; function clearTaskMenu() { $('select#task', form).val('').select2('val', '').prop('disabled', true).select2('disable');