From 957d2fa9d3324fc0e74c513f8545cf5bf325d60e Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 30 Dec 2015 17:57:02 -0800 Subject: [PATCH] Set page title to child name. --- static/babystats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/babystats.js b/static/babystats.js index b1d1c0f..ac062a7 100644 --- a/static/babystats.js +++ b/static/babystats.js @@ -172,6 +172,7 @@ BabyStats.prototype.handleMessage_ = function(isEvent, message) { this.childName_.value = message.message.child_name; this.checkOverlay_(); } + document.title = message.message.child_name; break; default: