X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.ajax.js;h=b64f33eec2c2e34beff9ac375974c9b74016de59;hb=4a2e07fa9f9e267278903fa93b31f540bce90eff;hp=efbcf2c1e35f875d979df2fd686d5a9635b280e2;hpb=d1953431787effbcd3e04ec02f27a82ced3da996;p=civicrm-core.git diff --git a/js/crm.ajax.js b/js/crm.ajax.js index efbcf2c1e3..b64f33eec2 100644 --- a/js/crm.ajax.js +++ b/js/crm.ajax.js @@ -456,7 +456,7 @@ var buttonContainers = '.crm-submit-buttons, .action-link', buttons = [], added = []; - $(buttonContainers, $el).find('input.crm-form-submit, a.button').each(function() { + $(buttonContainers, $el).find('input.crm-form-submit, a.button, button').each(function() { var $el = $(this), label = $el.is('input') ? $el.attr('value') : $el.text(), identifier = $el.attr('name') || $el.attr('href');