X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Fwhproj.js;h=ae38fa9947f526527404eab3f5c59744078dfd13;hb=8b2c3f9091f80920a901ebed502652cd8581ff4e;hp=0e235159bc1f08cc86190a8fde488d5e84406050;hpb=a2002fd875d9e4312db75e61296f063c4d8db697;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/whproj.js b/doc/salome/gui/GEOM/whproj.js index 0e235159b..ae38fa994 100755 --- a/doc/salome/gui/GEOM/whproj.js +++ b/doc/salome/gui/GEOM/whproj.js @@ -1,3 +1,4 @@ +// WebHelp 5.10.001 var gaProj=new Array(); gaProj[0]=new project(""); @@ -41,6 +42,8 @@ function addGlo(sFile) function addRemoteProject(sProjRelPath) { + if(sProjRelPath.lastIndexOf("/")!=sProjRelPath.length-1) + sProjRelPath+="/"; gaProj[gaProj.length]=new project(sProjRelPath); }