X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.livePage.js;h=35c8b39312dd7cc3a333c4d5dc255b364798e929;hb=eafb76d8cf55667387d5659434ff5cd4a0ac7b10;hp=5133f5d37113e9ceda5e863f35304059ed47402a;hpb=51daafaadd025703b2f8d6e3d27898e3768908f9;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()