Set page title to child name.
This commit is contained in:
@@ -172,6 +172,7 @@ BabyStats.prototype.handleMessage_ = function(isEvent, message) {
|
|||||||
this.childName_.value = message.message.child_name;
|
this.childName_.value = message.message.child_name;
|
||||||
this.checkOverlay_();
|
this.checkOverlay_();
|
||||||
}
|
}
|
||||||
|
document.title = message.message.child_name;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user