diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-18 18:12:28 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-18 18:12:28 +0300 |
| commit | b2810baff09a653b3abd3908f67396a69532bcb4 (patch) | |
| tree | f9d546b975c251528ceba2adf1dae2d0130a2415 /index.html | |
| parent | 8fae9f67951a369ff38d958f19c0712328126903 (diff) | |
add a user setting field; does nothing except set graph.user
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -67,7 +67,13 @@ <div class="debug-ui"> <table> <tbody> - <tr><td><div class="set-user"><a href="#">Set user</a></div></td></tr> + <tr></tr> + <tr><td> + <a class="set-user" href="#">Set user</a> + <form class="set-user-form" style="display: none"> + <input class="set-user-input" value="username"></input> + </form> + </div></td></tr> <tr> <td> <div class="save"> |
