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

This commit is contained in:
Andrew Dolgov 2006-09-14 08:32:09 +01:00
parent baef3dfe4b
commit f0e2373ae7
1 changed files with 1 additions and 1 deletions

View File

@ -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">