From 3782b1da16829a7f69de9225d43a034fe295e245 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 26 Apr 2015 12:25:32 +0100 Subject: Remove (overlooked) debugging code. --- content_scripts/ui_component.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts/ui_component.coffee') diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index ea0bf776..2cbdaa70 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -78,7 +78,7 @@ class UIComponent highlight: false highlightOnlyIfNotTop: true - if windowIsFocused() and false + if windowIsFocused() # We already have the focus. refocusSourceFrame() else -- cgit v1.2.3