1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-05 00:07:10 +00:00

filters: properly reset memcached on add/remove operations

This commit is contained in:
Andrew Dolgov
2010-01-24 19:23:29 +03:00
parent b62f7265cc
commit f3f5494443
2 changed files with 9 additions and 6 deletions

View File

@@ -1192,8 +1192,8 @@
print "<button onclick=\"javascript:removeSelectedFeeds()\">"
.__('Unsubscribe')."</button> ";
/* print "<select id=\"feedActionChooser\" onchange=\"feedActionChange()\">
<option value=\"facDefault\" selected>".__('Other actions...')."</option>";
print "<select id=\"feedActionChooser\" onchange=\"feedActionChange()\">
<option value=\"facDefault\" selected>".__('More actions...')."</option>";
if (FORCE_ARTICLE_PURGE == 0) {
print
@@ -1202,10 +1202,9 @@
print "
<option value=\"facClear\">".__('Clear feed data')."</option>
<option value=\"facRescore\">".__('Rescore articles')."</option>
<option value=\"facUnsubscribe\">".__('Unsubscribe')."</option>";
<option value=\"facRescore\">".__('Rescore articles')."</option>";
print "</select>"; */
print "</select>";
/* if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) {
print " <input type=\"submit\" class=\"button\"