From 7b91ee63241aca8a2a68176ebc31bac5ead9e4a5 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 25 Jun 2013 19:27:33 -0300 Subject: Explicitly including js parameter --- timelinejs.module | 1 + 1 file changed, 1 insertion(+) 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, )); -- cgit v1.2.3