Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
chrome
/
test
/
data
/
navigate_to.html
blob: 28e1e7fedc69bff7de09f88548dd2fe983fea2e8 [
file
] [
log
] [
blame
]
<script>
// Navigate immediately to the value of query param e.g.:
// /navigate_to.html?/empty.html
location
.
href
=
location
.
search
.
slice
(
1
);
</script>