summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-08 00:49:44 +0300
committerAlon Levy <alon@pobox.com>2015-04-09 06:39:22 +0300
commite7349cc3f1c24a74da359058a5719712f6d613e6 (patch)
tree6d98e8729543cc76cc969f0d865984b641943456 /res/templates
parent8b6e6a963b83cbc5ec3e0e72b805aee8f7a94196 (diff)
client/graph_view, index: filter checkboxes: remove hardcoding
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/index.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index faaee89e..4d83f943 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -52,11 +52,6 @@ var RZ_VERSION = '{% include "fragment/version.txt" %}';
<div class="tool_bar_btn" id="btn_filter" title="Filter">Filter<div>
<div id="menu__type-filter" style="display:none">
<div id="menu__type-filter_header">Filter by type</div>
- <div class="menu__type-filter_item"><input type="checkbox" checked="checked" name="internship">Internship</div>
- <div class="menu__type-filter_item"><input type="checkbox" checked="checked" name="interest">Interest</div>
- <div class="menu__type-filter_item"><input type="checkbox" checked="checked" name="skill">Skill</div>
- <div class="menu__type-filter_item"><input type="checkbox" checked="checked" name="club">Club</div>
- <div class="menu__type-filter_item"><input type="checkbox" checked="checked" name="person">Person</div>
</div>
</div>
</div>