diff options
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 3bc84e44..1d85170c 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -299,7 +299,7 @@ extend window, goUp: (count) -> url = window.location.href - if (url[url.length - 1] == " / ") + if (url[url.length - 1] == "/") url = url.substring(0, url.length - 1) urlsplit = url.split("/") |
