function google_chart_tools_init in Google Chart Tools 7
Implements hook_init().
File
- ./
google_chart_tools.module, line 8
Code
function google_chart_tools_init() {
drupal_add_js('https://www.google.com/jsapi', 'external');
}
Implements hook_init().
function google_chart_tools_init() {
drupal_add_js('https://www.google.com/jsapi', 'external');
}