mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:35:56 +00:00
updater: add button to call updateself dialog even if no next version detected
This commit is contained in:
@@ -341,6 +341,10 @@ class Updater extends Plugin {
|
||||
|
||||
} else {
|
||||
print_notice(__("Your Tiny Tiny RSS installation is up to date."));
|
||||
|
||||
print "<br/> <button dojoType=\"dijit.form.Button\" onclick=\"return updateSelf()\">".
|
||||
__('Force update')."</button></p>";
|
||||
|
||||
}
|
||||
|
||||
print "</div>"; #pane
|
||||
|
||||
Reference in New Issue
Block a user