Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SUD Éducation
Cartable
Commits
228e3b28
Commit
228e3b28
authored
2 years ago
by
Bastien Ho
Browse files
Options
Download
Plain Diff
Merge branch 'staging' into 'stable'
v1.8.5 alpha 4 See merge request sudeducation/cartable!106
parents
08080471
173c512d
v1.10.11
stable
2.15.0
2.14.0
2.13.0
2.12.0
2.11.1
2.11.0
2.10.0
2.9.1
2.9.0
2.8.1
2.8.0
2.7.0
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.10
1.9.1
1.9
1.8.5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/js/membership.js
+3
-1
src/js/membership.js
with
3 additions
and
1 deletion
+3
-1
src/js/membership.js
+
3
-
1
View file @
228e3b28
...
...
@@ -121,7 +121,9 @@ const cartable_show_hide_payment_processors = function(){
}
PaymentProcessors_wrapper
.
append
(
PaymentProcessors_shown
[
ppIndex
].
parents
(
'
.cartable-payment-processor-row
'
));
}
PaymentProcessors_shown
[
firstIndex
].
prop
(
'
checked
'
,
true
).
trigger
(
'
change
'
).
trigger
(
'
keyup
'
);
setTimeout
(
function
(){
PaymentProcessors_shown
[
firstIndex
].
prop
(
'
checked
'
,
true
).
trigger
(
'
change
'
).
trigger
(
'
keyup
'
);
},
2000
);
}
const
cartable_pick_membership_amount
=
function
(
event
){
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets