Skip to content
Snippets Groups Projects
Commit 3632388c authored by Eileen's avatar Eileen
Browse files

CRM-13379 fix merge bug

parent 28530b98
Branches
Tags
No related merge requests found
......@@ -2,17 +2,4 @@ cj(function ($) {
//do not copy & paste this - find a way to generalise it
'use strict';
$().crmAccordions();
<<<<<<< HEAD
// NOTE: Might be safer to say $('[name=_qf_Email_upload]')
$('.form-submit').not('.cancel').on("click", function() {
$('.form-submit').not('.cancel').attr({value: ts('Processing')});
// CRM-13449 : setting a 0 ms timeout is needed
// for some browsers like chrome. Used for purpose of
// submit the form and stop accidental multiple clicks
setTimeout(function(){
$('.form-submit').not('.cancel').attr({disabled: 'disabled'});
}, 0);
});
=======
>>>>>>> CRM-13379 js, contribution form - generalise button double submit protection and add to contribution.main to prevent double submits where people have no confirm page
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment