projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0debcb0
)
CRM-10693 - Fix ajaxFormError bug
author
Coleman Watts
<coleman@civicrm.org>
Thu, 12 Dec 2013 23:18:31 +0000
(15:18 -0800)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 12 Dec 2013 23:18:31 +0000
(15:18 -0800)
js/Common.js
patch
|
blob
|
blame
|
history
diff --git
a/js/Common.js
b/js/Common.js
index 27aa8aab0f98082177203a117189eac2cbab2b42..f1b8d3687924cb1c122cfbcb7f1437f8d4eac0f9 100644
(file)
--- a/
js/Common.js
+++ b/
js/Common.js
@@
-985,6
+985,7
@@
CRM.validate = CRM.validate || {
}
}
else {
+ response.url = data.url;
settings.onError.call($el, response);
}
},