From a0db00c93cda972a0a2ca39bcf4e3dc53c9d3c6c Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Thu, 16 Jan 2020 15:33:48 +0100
Subject: [PATCH] reset filter on config load

---
 js/tags.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/js/tags.js b/js/tags.js
index 2e8e99f..cd52fb8 100644
--- a/js/tags.js
+++ b/js/tags.js
@@ -33,6 +33,8 @@ function Tags() {
 
   tags.init = function(_data, config) {
     data = _data;
+    keywords = [];
+    filterWords = [];
 
     d3.select(".tagcloud").remove()
     
-- 
GitLab