Explorar o código

Trying to fix missing GO charts

spficklin %!s(int64=12) %!d(string=hai) anos
pai
achega
cf6431ca4a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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');