Browse Source

viewfeed: remove force_nocache (unused)

Andrew Dolgov 6 years ago
parent
commit
ab688e963d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      js/feedlist.js

+ 0 - 1
js/feedlist.js

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