diff options
| author | Alon Levy <alon@pobox.com> | 2015-08-09 18:41:04 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-08-09 18:41:04 +0300 |
| commit | 9d04ff02657f6881379c7cf701180789edfce7fe (patch) | |
| tree | 934e1b1e19b15715cd36c2bb506eb0a4bc97a4bf /res | |
| parent | 9fd7137edc8b4f24e2da8af487e093b05e9539f7 (diff) | |
client/view/grpah_view: reduce update_view size a bit (way to go)
Diffstat (limited to 'res')
| -rw-r--r-- | res/local/template.d/index.html | 1 |
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 %} |
