diff options
| -rw-r--r-- | actions.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -400,6 +400,8 @@ func Up(state *BrowserState, conf *Config) error { } u.Path = u.Path[:strings.LastIndex(u.Path, "/")+1] + u.RawQuery = "" + u.Fragment = "" return Navigate(state, &u, -1, conf) } |
