Forráskód Böngészése

Trying to fix missing GO charts

spficklin 12 éve
szülő
commit
cf6431ca4a
1 módosított fájl, 3 hozzáadás és 0 törlés
  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');