Created landing page script

This commit is contained in:
Pierre
2017-05-22 18:12:50 +02:00
parent 9d0572cfa7
commit 6a738e6032
4 changed files with 28 additions and 11 deletions

View File

@ -328,7 +328,6 @@ var ComunicWeb = {
*/
pages:{
/**
* Home page
*/
@ -344,6 +343,13 @@ var ComunicWeb = {
},
/**
* Landing home page
*/
landingPage:{
//TODO : implement
}
},
/**