summaryrefslogtreecommitdiff
path: root/timelinejs.tpl.php
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2013-06-26 17:18:34 -0300
committerSilvio <silvio@socioambiental.org>2013-06-26 17:18:34 -0300
commitf4f5bfc0f8e4a482dad81fee5eea77cf03191991 (patch)
tree7a756dab63c9b86978dc495fe006e0e059c900cb /timelinejs.tpl.php
parent94de2d83f14a02a91596e464ff9f3a31e292d5f8 (diff)
downloadtimelinejs-f4f5bfc0f8e4a482dad81fee5eea77cf03191991.tar.gz
timelinejs-f4f5bfc0f8e4a482dad81fee5eea77cf03191991.tar.bz2
Fixing library path
Diffstat (limited to 'timelinejs.tpl.php')
-rw-r--r--timelinejs.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs.tpl.php b/timelinejs.tpl.php
index e3af8a7..f5219d8 100644
--- a/timelinejs.tpl.php
+++ b/timelinejs.tpl.php
@@ -12,5 +12,5 @@
lang: "<?php print $lang; ?>"
}
</script>
-<script type="text/javascript" src="/<?php print $library_path; ?>/compiled/js/timeline-embed.js"></script>
+ <script type="text/javascript" src="/<?php print $library_path; ?>/compiled/js/storyjs-embed.js"></script>
<!-- END Timeline Embed -->