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:
dc80790
)
CRM-12877 tidy up url
author
eileen
<eileen@fuzion.co.nz>
Mon, 24 Jun 2013 02:09:17 +0000
(14:09 +1200)
committer
eileen
<eileen@fuzion.co.nz>
Mon, 24 Jun 2013 02:09:17 +0000
(14:09 +1200)
templates/CRM/Contribute/Page/DashBoard.js
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Contribute/Page/DashBoard.js
b/templates/CRM/Contribute/Page/DashBoard.js
index f68004ceb97dbb159d4acfbfe5257aedc9266c3b..2ebb3c5b3c73f56758b03e4719c177168b0a5be6 100644
(file)
--- a/
templates/CRM/Contribute/Page/DashBoard.js
+++ b/
templates/CRM/Contribute/Page/DashBoard.js
@@
-17,8
+17,11
@@
cj(function ($) {
if (!year) {
year = currentYear;
}
- chartUrl = CRM.url("civicrm/ajax/chart", {snippet : 4});
- chartUrl += "&year=" + year + "&type=" + charttype;
+ chartUrl = CRM.url("civicrm/ajax/chart", {
+ 'snippet' : 4,
+ 'year' : year,
+ 'type' : charttype
+ });
$(chartData).load(chartUrl);
}