diff options
| author | Alexis Jacomy <alexis.jacomy@gmail.com> | 2011-06-17 14:00:59 +0200 |
|---|---|---|
| committer | Alexis Jacomy <alexis.jacomy@gmail.com> | 2011-06-17 14:00:59 +0200 |
| commit | 8684335d2ffe7cff71e5cde8c442eb0ecb511ab1 (patch) | |
| tree | afc3e7c9eecccd87c32055535889f51c2279297b | |
| parent | Edges displayed by default, text threshold dicreased (diff) | |
| download | stargit-8684335d2ffe7cff71e5cde8c442eb0ecb511ab1.tar.gz | |
wip
| -rw-r--r-- | views/index.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.tt b/views/index.tt index 66d71db..bd76a20 100644 --- a/views/index.tt +++ b/views/index.tt @@ -30,7 +30,7 @@ </div> </div> <div id="query_buttons"> - <input type="button" class="edges" value="display edges"/> + <input type="button" class="edges" value="hide edges"/> <input type="button" class="labels" value="hide labels"/> <input type="button" class="fisheye" value="use fisheye"/> </div> |
