Commit c599602a authored by Guillaume Porte's avatar Guillaume Porte 😶
Browse files

ajout du paramètre data dans le retour HTML

parent 40cf36bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ declare function max.html:render(
                    map {
                    'projectId' : $projectId,
                    'prettyName' : max.config:getProjectPrettyName($projectId),
                    'data' : max.config:getProjectData($projectId),
                    'baseURI' : max.config:getBaseURI(),
                    'home' :  max.config:getBaseURI() || $projectId || '/accueil.html',
                    'menu' : $menu,