diff options
| -rw-r--r-- | res/templates/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index c8e6d023..41c37e7f 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -7,9 +7,6 @@ <script src="/static/local_config.js"></script> {% endblock %} {% block content %} - <script type="text/javascript"> - var logged_username = "{{ username }}"; - </script> <div id="chromeinputbugworkaround" style="position:fixed; top:0px; left:0px; width:100%"> <span id="measure-node" class="graph nodetext" style="position: absolute; display: inline; top: -300px; left: 0px;">suicide squade, attack!</span> <span id="measure-link" class="graph linklabel" style="position: absolute; display: inline; top: -300px; left: 0px;">those who are about to cry, we kaput you.</span> |
