CRM-17433 - Invalid error message on deleting Participant record if NOT in pop-up...
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 29 Oct 2015 12:45:11 +0000 (18:15 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 29 Oct 2015 12:45:11 +0000 (18:15 +0530)
js/crm.searchForm.js

index bf993611cb94ab036f6bdfff74e8c03cc193d2bb..e97c5ee780fdc42a33bdb98d4143a4e9d0c38ec3 100644 (file)
@@ -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');