]> git.wh0rd.org - tt-rss.git/commitdiff
deprecate manual update button
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 20 Mar 2013 17:42:08 +0000 (21:42 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 20 Mar 2013 17:42:08 +0000 (21:42 +0400)
index.php

index 6d9608a38439e95565bd1669542b5dbffafc7ff0..57a370d91f00d6661d50ca3fcd5c43fdc5633663 100644 (file)
--- a/index.php
+++ b/index.php
                        <option value="score"><?php echo __('Score') ?></option>
                </select>
 
-               <button dojoType="dijit.form.Button" name="update"
+               <!-- deprecated -->
+               <button dojoType="dijit.form.Button" name="update" style="display : none"
                        onclick="viewCurrentFeed()">
                        <?php echo __('Update') ?></button>