From ed894f83c6f5c659284847f6eaf89392b6999ab7 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 27 Sep 2013 09:55:04 -0700 Subject: [PATCH] Reset badge on startup --- clientapp/views/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/clientapp/views/main.js b/clientapp/views/main.js index e019019..30dd047 100644 --- a/clientapp/views/main.js +++ b/clientapp/views/main.js @@ -11,6 +11,7 @@ module.exports = HumanView.extend({ template: templates.body, initialize: function () { this.listenTo(app.state, 'change:title', this.handleTitle); + this.handleTitle(); }, events: { 'click a[href]': 'handleLinkClick',