diff options
-rw-r--r-- | timelinejs.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/timelinejs.module b/timelinejs.module index 5cc9d55..da492cf 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -229,6 +229,7 @@ function timelinejs($nid = NULL, $width = '960px', $height = '500px') { 'height' => $height, 'source' => $source, 'css' => $css, + 'js' => '/'. $library_path .'/compiled/js/timeline-min.js', 'lang' => '/'. $library_path .'/compiled/js/locale/'. $language->language .'.js', 'library_path' => $library_path, )); |