Replace "Loading..." title

This commit is contained in:
Mikko Ahlroth 2014-11-16 22:31:13 +02:00
parent b8b86fb4b9
commit 9fb8eada9f

View file

@ -6,6 +6,9 @@ define(['knockout', '../../app/routes', '../../app/router', 'hasher'],
// Load configs from variables defined in config.js
_.merge(self, LAINE_CONFIG);
document.title = self.blogName;
self.baseTitle = self.blogName;
}
// This runs when the component is torn down. Put here any logic necessary to clean up,