X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.livePage.js;h=35c8b39312dd7cc3a333c4d5dc255b364798e929;hb=9ac4f6998bc411f30a94d7764140f6bcd7decaf7;hp=5133f5d37113e9ceda5e863f35304059ed47402a;hpb=192e8d1a947814993aa699e47ac1669ac17b1045;p=civicrm-core.git diff --git a/js/crm.livePage.js b/js/crm.livePage.js index 5133f5d371..35c8b39312 100644 --- a/js/crm.livePage.js +++ b/js/crm.livePage.js @@ -1,7 +1,7 @@ // http://civicrm.org/licensing // Adds ajaxy behavior to a simple CiviCRM page CRM.$(function($) { - var active = 'a.button, a.action-item, a.crm-popup'; + var active = 'a.button, a.action-item:not(.crm-enable-disable), a.crm-popup'; $('#crm-main-content-wrapper') // Widgetize the content area .crmSnippet()