diff options
-rw-r--r-- | timelinejs.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs.module b/timelinejs.module index f8ea9f6..76a579c 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -54,7 +54,7 @@ function timelinejs_theme($existing, $type, $theme, $path) { 'start_at_end' => 'false', 'hash_bookmark' => 'true', 'css' => NULL, - 'js' => '/sites/all/libraries/timelinejs/compiled/js/timeline.js', + 'js' => '/'. libraries_get_path('timelinejs') .'/compiled/js/timeline.js', 'lang' => NULL, ), ), |