From 6aa99359877cf58560305be6104c78a8a9439638 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 13 Jul 2019 13:02:58 +0200 Subject: adding countdown!!! --- public/assets/js/lib/views/index/index.js | 1 + 1 file changed, 1 insertion(+) (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 985f990..08da455 100644 --- a/public/assets/js/lib/views/index/index.js +++ b/public/assets/js/lib/views/index/index.js @@ -11,6 +11,7 @@ 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