diff options
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
| -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 c0df315e..86e3b682 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -353,7 +353,7 @@ extend root,  extend root,    reload: (count, options) -> -    hard = options?.hard +    hard = options.registryEntry.options.hard ? false      window.location.reload(hard)    goBack: (count) -> history.go(-count)    goForward: (count) -> history.go(count) | 
