Преглед на файлове

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');