]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
unify child category counter display; remove include_children control
[tt-rss.git] / index.php
index 61a6763207f3b0a68a149f9a155edf679a2c2c24..4c4fa5415e7377fb41a73385a9d699f76b686f9e 100644 (file)
--- a/index.php
+++ b/index.php
                        <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>