var urlParts = window.location.pathname.split('/'); var lastSegment = urlParts.pop() || urlParts.pop(); window.location.href = window.location.pathname.replace(lastSegment, myQueryPath);
var urlParts = window.location.pathname.split('/');
var lastSegment = urlParts.pop() || urlParts.pop();
window.location.href = window.location.pathname.replace(lastSegment, myQueryPath);