Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa

This commit is contained in:
cmanske%netscape.com 2002-03-08 01:24:40 +00:00
parent 2dc21da03e
commit ccbdd541ca

View File

@ -515,7 +515,7 @@ function FindSiteIndexAndDocDir(publishSiteData, docUrl, dirObj)
if (docUrl.charAt(docUrl.length-1) != "/")
{
var lastSlash = docUrl.lastIndexOf("/");
docUrl = docUrl.slice(0, lastSlash);
docUrl = docUrl.slice(0, lastSlash+1);
}
var siteIndex = -1;