diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-05 20:45:36 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-05 21:20:30 +0200 |
| commit | 9af65e7faf29dccdeef173a60cd7f6a8887b5018 (patch) | |
| tree | 7b837021fb6d25a671c2d72281f712100dd6081f | |
| parent | fec8896d7fce2e98d48ffc9b27e3d3731def61c3 (diff) | |
index.html: rm dangling logged_username var
| -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> |
