Skip to content
Snippets Groups Projects
Commit bab93861 authored by Jamie McClelland's avatar Jamie McClelland
Browse files

ensure backend contributions work for memberships

parent 443d52f6
No related branches found
No related tags found
1 merge request!131ensure backend contributions work for memberships
......@@ -28,6 +28,7 @@
// On wordpress these are urlencoded
if ((settings.url.match("civicrm(\/|%2F)payment(\/|%2F)form") !== null) ||
(settings.url.match("civicrm(\/|\%2F)contact(\/|\%2F)view(\/|\%2F)participant") !== null) ||
(settings.url.match("civicrm(\/|\%2F)contact(\/|\%2F)view(\/|\%2F)membership") !== null) ||
(settings.url.match("civicrm(\/|\%2F)contact(\/|\%2F)view(\/|\%2F)contribution") !== null)) {
debugging('triggered via ajax');
load();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment