Browse Source

Fixing GO charts

spficklin 12 years ago
parent
commit
b55ac8b12f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_cv/tripal_cv.module

+ 1 - 1
tripal_cv/tripal_cv.module

@@ -23,7 +23,7 @@ function tripal_cv_init() {
   drupal_add_js(drupal_get_path('theme', 'tripal') . '/js/tripal_cv.js');
   
   // add the jgCharts.js
-  drupal_add_js(drupal_get_path('theme', 'tripal') . '/js/jgcharts.js');
+  drupal_add_js(drupal_get_path('theme', 'tripal') . '/js/jgcharts/jgcharts.js');
 
   // add the jsTree JS and CSS
   drupal_add_css(drupal_get_path('theme', 'tripal') . '/js/jsTree/source/tree_component.css');