Content deleted Content added
remove extraneous slash |
revert previous edit |
||
Line 178:
var regex = /wiki\//;
var newPath = currentPath.replace(regex, 'wiki/Portal:');
window.___location.assign(___location.protocol + "//" + ___location.host + "/" + newPath);
}
|