From 19feaaacccc6d2fad500f2038d68782ff8252794 Mon Sep 17 00:00:00 2001 From: valrus Date: Sun, 27 Mar 2016 14:30:52 -0700 Subject: [PATCH] Move js loading to after body. --- src/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.html b/src/templates/index.html index 070c404..eead32e 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -2,7 +2,6 @@ I'LL DO THE HOT VOICE!!! - @@ -13,6 +12,7 @@ $STATIC_ROOT = {{ url_for('static', filename='')|tojson|safe }}; $SCRIPT_ROOT = {{ request.script_root|tojson|safe }}; +