summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 21:42:08 +0400
committerAndrew Dolgov <[email protected]>2013-03-20 21:42:08 +0400
commitbfdf07bb6e3965b2ac27e5962a90b06f4450bf63 (patch)
tree16b13c60bbf2e5a0a681aa812498324980e98268 /index.php
parent943de334a37787e0ebb69946d929f01712859da5 (diff)
deprecate manual update button
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6d9608a38..57a370d91 100644
--- a/index.php
+++ b/index.php
@@ -185,7 +185,8 @@
<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>