summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/local/template.d/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/local/template.d/index.html b/res/local/template.d/index.html
index 4032d155..2a8d98c1 100644
--- a/res/local/template.d/index.html
+++ b/res/local/template.d/index.html
@@ -19,6 +19,7 @@ var rz_config = { // set as a global variable
var RZ_VERSION = '{% include "version.txt" %}';
</script>
+<script data-main='/static/js/app.js' src="/static/lib/vivagraph.js"></script>
<script data-main='/static/js/app.js' src="/static/lib/require.js"></script>
<script src="/static/js/local_config.js"></script>
{% endblock %}