summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/index/index.js
diff options
context:
space:
mode:
authorpep <yes@peepee.me>2020-07-20 21:38:51 +0000
committerpep <yes@peepee.me>2020-07-20 21:38:51 +0000
commit9a5500c32671a72c43d518c6d2263a9f0c9488b0 (patch)
tree0b508be37d7da95a2cf6854172a942fddc0cc0fa /public/assets/js/lib/views/index/index.js
parentea1b2e5ae26598ced6c2bdbc705756c3c968781c (diff)
moved search to redis, no more bdb
Diffstat (limited to 'public/assets/js/lib/views/index/index.js')
-rw-r--r--public/assets/js/lib/views/index/index.js1
1 files changed, 0 insertions, 1 deletions
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){