| @@ -570,9 +570,9 @@ | ||
| 570 | 570 | |
| 571 | 571 | objects = {}; |
| 572 | 572 | if ( 'object' === typeof google ) { |
| 573 | 573 | $chart_types.push( 'controls' ); |
| 574 | - google.load( 'visualization', '51', {packages: $chart_types, mapsApiKey: v.map_api_key, 'language' : v.language, | |
| 574 | + google.load( 'visualization', 'current', {packages: $chart_types, mapsApiKey: v.map_api_key, 'language' : v.language, | |
| 575 | 575 | callback: function () { |
| 576 | 576 | gv = google.visualization; |
| 577 | 577 | all_charts = v.charts; |
| 578 | 578 | if(v.is_front == true && typeof v.id !== 'undefined'){ // jshint ignore:line |