From 3cc7f09436334efd1b9e8e850f4c4f8f3d2949b7 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Mon, 6 Jul 2020 17:25:58 +0100 Subject: [PATCH] change filter value --- storage/settings.go | 2 +- template/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/settings.go b/storage/settings.go index 054e4b3..a3209bd 100644 --- a/storage/settings.go +++ b/storage/settings.go @@ -4,7 +4,7 @@ import "encoding/json" func settingsDefaults() map[string]interface{} { return map[string]interface{}{ - "filter": "all", + "filter": "", "feed_list_width": 300, "item_list_width": 300, } diff --git a/template/index.html b/template/index.html index cfbea2d..cec4c66 100644 --- a/template/index.html +++ b/template/index.html @@ -13,7 +13,7 @@