mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 23:11:27 +00:00
Update button was not forcing update of current feed (+ forcing reparse if daemon is running)
This commit is contained in:
@@ -198,7 +198,7 @@ window.onload = init;
|
||||
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
|
||||
|
||||
<input class="button" type="submit"
|
||||
onclick="viewCurrentFeed(0, 'ForceUpdate')" value="Update">
|
||||
onclick="viewCurrentFeed('ForceUpdate')" value="Update">
|
||||
|
||||
<input class="button" type="submit"
|
||||
onclick="catchupCurrentFeed()" value="Mark as read">
|
||||
|
||||
Reference in New Issue
Block a user