diff options
author | Silvio <silvio@socioambiental.org> | 2013-06-25 19:27:33 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-06-25 19:27:33 -0300 |
commit | 7b91ee63241aca8a2a68176ebc31bac5ead9e4a5 (patch) | |
tree | 85cf954eeb3332371cded32ce543de723b47d10c | |
parent | 7bcb8a262f11b308575115fb5cfd463d3f4dbda9 (diff) | |
download | timelinejs-7b91ee63241aca8a2a68176ebc31bac5ead9e4a5.tar.gz timelinejs-7b91ee63241aca8a2a68176ebc31bac5ead9e4a5.tar.bz2 |
Explicitly including js parameter
-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, )); |