Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
3632388c
Commit
3632388c
authored
11 years ago
by
Eileen
Browse files
Options
Downloads
Patches
Plain Diff
CRM-13379 fix merge bug
parent
28530b98
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/CRM/Contact/Form/Task/EmailCommon.js
+0
-13
0 additions, 13 deletions
templates/CRM/Contact/Form/Task/EmailCommon.js
with
0 additions
and
13 deletions
templates/CRM/Contact/Form/Task/EmailCommon.js
+
0
−
13
View file @
3632388c
...
...
@@ -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
});
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment