From 54c1cd7c05e5780460a117c83a9e8c9e77e71e7b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 31 May 2015 15:11:37 +0200 Subject: [PATCH] Add link to issue. --- qutebrowser/browser/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 664cd752f..2c008fd9e 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -661,7 +661,8 @@ class CommandDispatcher: count: multiplier """ frame = self._current_widget().page().currentFrame() - if not frame.url().isValid(): # Issue 701 + if not frame.url().isValid(): + # See https://github.com/The-Compiler/qutebrowser/issues/701 return if (bottom_navigate is not None and