X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FForm%2FContributionCharts.php;h=158db37c79d4a4dfa8e2b2aed42b6f972998afeb;hb=f52694340988cd29f5f80b6392e7662bf33e8bf2;hp=70c58ce2cb8edda545fc3b821037c444294e68de;hpb=491e51af3abb85d803cfb72cf0d8fbd5ecbf09cb;p=civicrm-core.git diff --git a/CRM/Contribute/Form/ContributionCharts.php b/CRM/Contribute/Form/ContributionCharts.php index 70c58ce2cb..158db37c79 100644 --- a/CRM/Contribute/Form/ContributionCharts.php +++ b/CRM/Contribute/Form/ContributionCharts.php @@ -173,7 +173,7 @@ class CRM_Contribute_Form_ContributionCharts extends CRM_Core_Form { $monthlyChart = TRUE; } - $values['divName'] = "open_flash_chart_{$chartKey}"; + $values['divName'] = "chart_{$chartKey}"; $funName = ($chartType == 'bvg') ? 'barChart' : 'pieChart'; // build the chart objects.