X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSUPERV%2Fwhdata%2Fwhtoc.js;h=163d8cc9fccffe102f3668437deb61debc84f163;hb=787989820026cbd647c7bdb7159beed8e12e4944;hp=145605087d8416bf13814811a80bac4cdb5e88c7;hpb=f76e05ca31e340f77860feb7188fcdd4ae255edc;p=modules%2Fsuperv.git diff --git a/doc/salome/gui/SUPERV/whdata/whtoc.js b/doc/salome/gui/SUPERV/whdata/whtoc.js index 1456050..163d8cc 100755 --- a/doc/salome/gui/SUPERV/whdata/whtoc.js +++ b/doc/salome/gui/SUPERV/whdata/whtoc.js @@ -1,3 +1,4 @@ +// WebHelp 5.10.001 // const strings var gaProj = new Array(); var gsRoot = ""; @@ -14,6 +15,8 @@ function aPE(sProjPath, sRootPath) function tocProjEntry(sProjPath, sRootPath) { + if(sProjPath.lastIndexOf("/")!=sProjPath.length-1) + sProjPath+="/"; this.sPPath = sProjPath; this.sRPath = sRootPath; }