summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/recent_activities.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-15 12:18:16 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-15 12:18:16 +0100
commitda573d9e2ff66d30d3a06c2641a828ae8b272e7d (patch)
tree36fe625b49dd7b20939c0ddefcfc39e18918f999 /hyperkitty/templates/recent_activities.html
parentd263274071048fc0c0d18644ad8a5ac49bf14d7b (diff)
Move JS libs in the libs subdir
Diffstat (limited to 'hyperkitty/templates/recent_activities.html')
-rw-r--r--hyperkitty/templates/recent_activities.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html
index f946bb9..1f2df61 100644
--- a/hyperkitty/templates/recent_activities.html
+++ b/hyperkitty/templates/recent_activities.html
@@ -214,6 +214,5 @@
{% endblock %}
{% block additionaljs %}
- <script type="text/javascript" src="{{ STATIC_URL }}protovis-d3.1.js"></script>
+<script src="{{ STATIC_URL }}js/libs/protovis-d3.1.js"></script>
{% endblock %}
-