From 9a5500c32671a72c43d518c6d2263a9f0c9488b0 Mon Sep 17 00:00:00 2001 From: pep Date: Mon, 20 Jul 2020 21:38:51 +0000 Subject: moved search to redis, no more bdb --- public/assets/js/lib/views/index/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'public/assets/js/lib/views/index/index.js') diff --git a/public/assets/js/lib/views/index/index.js b/public/assets/js/lib/views/index/index.js index 08da455..985f990 100644 --- a/public/assets/js/lib/views/index/index.js +++ b/public/assets/js/lib/views/index/index.js @@ -11,7 +11,6 @@ var IndexView = View.extend({ this.hootbox = new HootBox ({ parent: this }) this.threadbox = new ThreadBox ({ parent: this }) this.lastlog = new LastLog ({ parent: this }) - this.countdown = new Countdown ({ parent: this }) }, load: function(keyword){ -- cgit v1.2.3-70-g09d2