summaryrefslogtreecommitdiff
path: root/timelinejs.module
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2013-06-25 19:27:33 -0300
committerSilvio <silvio@socioambiental.org>2013-06-25 19:27:33 -0300
commit7b91ee63241aca8a2a68176ebc31bac5ead9e4a5 (patch)
tree85cf954eeb3332371cded32ce543de723b47d10c /timelinejs.module
parent7bcb8a262f11b308575115fb5cfd463d3f4dbda9 (diff)
downloadtimelinejs-7b91ee63241aca8a2a68176ebc31bac5ead9e4a5.tar.gz
timelinejs-7b91ee63241aca8a2a68176ebc31bac5ead9e4a5.tar.bz2
Explicitly including js parameter
Diffstat (limited to 'timelinejs.module')
-rw-r--r--timelinejs.module1
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,
));