summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-04 14:02:43 +0300
committerAndrew Dolgov <[email protected]>2009-02-04 14:02:43 +0300
commit80b1c238678e5333181774c21db863bc0a6d2fc7 (patch)
treec74b39e4efd0903d384e035c05904199d4381cd4 /tt-rss.php
parent3ac60b765aa647eef1bdf9bd884b83225f0f97cd (diff)
offline: hide main toolbar Update button
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index ae3567d7e..5b48e348d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -244,7 +244,7 @@ window.onload = init;
&nbsp;
- <input class="button" type="submit"
+ <input class="button" type="submit" name="update"
onclick="return viewCurrentFeed('ForceUpdate')"
value="<?php echo __('Update') ?>"/>