diff options
| -rw-r--r-- | res/local/template.d/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/local/template.d/index.html b/res/local/template.d/index.html index 2a8d98c1..4032d155 100644 --- a/res/local/template.d/index.html +++ b/res/local/template.d/index.html @@ -19,7 +19,6 @@ 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 %} |
