summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/index/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-07-13 13:02:58 +0200
committerJules Laplace <julescarbon@gmail.com>2019-07-13 13:02:58 +0200
commit6aa99359877cf58560305be6104c78a8a9439638 (patch)
tree98fd5f30c2f16ab8eae9efcdb4430784a533d287 /public/assets/js/lib/views/index/index.js
parentd11412e4112aa48359108d38935b13dc50bb2101 (diff)
adding countdown!!!
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, 1 insertions, 0 deletions
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){