소스 검색

Trying to fix missing GO charts

spficklin 12 년 전
부모
커밋
cf6431ca4a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tripal_cv/tripal_cv.module

+ 3 - 0
tripal_cv/tripal_cv.module

@@ -21,6 +21,9 @@ function tripal_cv_init() {
   // add the tripal_cv JS and CSS
   drupal_add_css(drupal_get_path('theme', 'tripal') . '/css/tripal_cv.css');
   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');
 
   // add the jsTree JS and CSS
   drupal_add_css(drupal_get_path('theme', 'tripal') . '/js/jsTree/source/tree_component.css');