1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:55:55 +00:00

viewfeed: remove force_nocache (unused)

This commit is contained in:
Andrew Dolgov
2018-03-14 22:35:12 +03:00
parent 7560e54e39
commit ab688e963d

View File

@@ -124,7 +124,6 @@ function viewfeed(params) {
if (!background) {
if (_search_query) {
force_nocache = true;
query = query + "&" + _search_query;
//_search_query = false;
}