Update button was not forcing update of current feed (+ forcing reparse if daemon is running)
This commit is contained in:
parent
baef3dfe4b
commit
f0e2373ae7
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue