From bf47b815ae7275131d24bc36a2a96b00a0ec2dcc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 10 Jan 2018 18:21:27 +0100 Subject: Fix issue reference This sounds like #2035, #2305 is unrelated.--- content_scripts/link_hints.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 44f7a5f5..020ff1c7 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -607,7 +607,7 @@ LocalHints = # image), therefore we always return a array of element/rect pairs (which may also be a singleton or empty). # getVisibleClickable: (element) -> - # Get the tag name. However, `element.tagName` can be an element (not a string, see #2305), so we guard + # Get the tag name. However, `element.tagName` can be an element (not a string, see #2035), so we guard # against that. tagName = element.tagName.toLowerCase?() ? "" isClickable = false -- cgit v1.2.3