diff options
| -rw-r--r-- | public/assets/js/lib/HeaderView.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/js/lib/HeaderView.js b/public/assets/js/lib/HeaderView.js index b4fdb93..7efac50 100644 --- a/public/assets/js/lib/HeaderView.js +++ b/public/assets/js/lib/HeaderView.js @@ -11,6 +11,9 @@ var HeaderView = View.extend({ this.$pageNumber = this.$(".page-no") this.$slideNumber = this.$(".slide-no") this.$slideCount = this.$(".slide-count") + this.$time = this.$("#time") + this.$hours = this.$("#hours") + this.$minutes = this.$("#minutes") $("#curtain").click(this.toggleNav) }, |
