Avatar can be dynamicaly changed

This commit is contained in:
Pierre
2017-05-25 15:25:39 +02:00
parent be1bda5b0b
commit 22ec2dca70
2 changed files with 12 additions and 1 deletions

View File

@ -13,6 +13,9 @@ ComunicWeb.pages.home.landingPage = {
//Log action
ComunicWeb.debug.logMessage("Open home landing page.");
//Change page title
document.title = "Comunic, a transparent social network";
//Prepare additional data
var additionalData = {};