Loading rxq/html.xqm +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ declare function max.html:render( 'projectId' : $projectId, 'prettyName' : max.config:getProjectPrettyName($projectId), 'baseURI' : max.config:getBaseURI(), 'home' : if(max.config:getBaseURI() = '/') then "/" || $projectId else max.config:getBaseURI() ||'/'|| $projectId, 'home' : max.config:getBaseURI() || $projectId || '/', 'menu' : $menu, 'navigationSelect' : $navigationSelect, 'textOptions' : $textOptions, Loading Loading
rxq/html.xqm +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ declare function max.html:render( 'projectId' : $projectId, 'prettyName' : max.config:getProjectPrettyName($projectId), 'baseURI' : max.config:getBaseURI(), 'home' : if(max.config:getBaseURI() = '/') then "/" || $projectId else max.config:getBaseURI() ||'/'|| $projectId, 'home' : max.config:getBaseURI() || $projectId || '/', 'menu' : $menu, 'navigationSelect' : $navigationSelect, 'textOptions' : $textOptions, Loading