소스 검색

Fixing GO charts

spficklin 12 년 전
부모
커밋
b55ac8b12f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');