Update button was not forcing update of current feed (+ forcing reparse if daemon is running)

master
Andrew Dolgov 18 years ago
parent baef3dfe4b
commit f0e2373ae7

@ -198,7 +198,7 @@ window.onload = init;
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
&nbsp;<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…
Cancel
Save