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)"> -->
|
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
|
||||||
|
|
||||||
<input class="button" type="submit"
|
<input class="button" type="submit"
|
||||||
onclick="viewCurrentFeed(0, 'ForceUpdate')" value="Update">
|
onclick="viewCurrentFeed('ForceUpdate')" value="Update">
|
||||||
|
|
||||||
<input class="button" type="submit"
|
<input class="button" type="submit"
|
||||||
onclick="catchupCurrentFeed()" value="Mark as read">
|
onclick="catchupCurrentFeed()" value="Mark as read">
|
||||||
|
|||||||
Reference in New Issue
Block a user