Split menubar elements in multiple parts

This commit is contained in:
Pierre
2017-05-24 14:31:56 +02:00
parent 2e85aa9c21
commit 3020abc4bf
6 changed files with 46 additions and 7 deletions

View File

@ -18,7 +18,7 @@ ComunicWeb.pages.home.landingPage = {
//Preparing next actions
var afterParsingTemplate = function(){
console.log(byId("homeLandingScreen"));
//Change home background
byId("homeLandingScreen").style.backgroundImage = "url('"+ComunicWeb.__config.assetsURL + "img/pages/home/landingPage/img_background.jpg')";
};