summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-11 12:46:33 +0400
committerAndrew Dolgov <[email protected]>2012-10-11 12:46:33 +0400
commit0ef32f48b26f94b041977730bf00fe2750e4ad25 (patch)
tree037ae9142b7d42a5f7db5019d0aa1ef546b9a1bc /index.php
parentdaf0b0142dc264d784c5859ef6f370d9b3b21f13 (diff)
unify child category counter display; remove include_children control
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index 61a676320..4c4fa5415 100644
--- a/index.php
+++ b/index.php
@@ -183,11 +183,6 @@
<option value="score"><?php echo __('Score') ?></option>
</select>
- <button dojoType="dijit.form.ToggleButton"
- id="include_children"
- onchange="viewCurrentFeed()">
- <?php echo __('With subcategories') ?></button>
-
<button dojoType="dijit.form.Button" name="update"
onclick="scheduleFeedUpdate()">
<?php echo __('Update') ?></button>