Fix path.
This commit is contained in:
@@ -102,6 +102,7 @@ $.save = function( commitMessage ) {
|
|||||||
// 'a%2Fb' => a/b
|
// 'a%2Fb' => a/b
|
||||||
if (pathName) {
|
if (pathName) {
|
||||||
newLocation += '/' + unescape(pathName);
|
newLocation += '/' + unescape(pathName);
|
||||||
|
pathName = pathName + '/'; // pathName must end with /
|
||||||
}
|
}
|
||||||
|
|
||||||
newLocation += '/' + pageName;
|
newLocation += '/' + pageName;
|
||||||
|
|||||||
Reference in New Issue
Block a user