diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-13 13:02:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-13 13:02:58 +0200 |
| commit | 6aa99359877cf58560305be6104c78a8a9439638 (patch) | |
| tree | 98fd5f30c2f16ab8eae9efcdb4430784a533d287 /public/assets/js/lib/views/index/index.js | |
| parent | d11412e4112aa48359108d38935b13dc50bb2101 (diff) | |
adding countdown!!!
Diffstat (limited to 'public/assets/js/lib/views/index/index.js')
| -rw-r--r-- | public/assets/js/lib/views/index/index.js | 1 |
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){ |
