diff options
| author | Stephen Blott | 2015-04-26 12:25:32 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-04-26 12:25:32 +0100 |
| commit | 3782b1da16829a7f69de9225d43a034fe295e245 (patch) | |
| tree | d83ecb7191c60d3d93a6935c8a0eaeccd669fbe9 | |
| parent | e620be90e8a3ce705d6d57298cb93af78f6eecb1 (diff) | |
| download | vimium-3782b1da16829a7f69de9225d43a034fe295e245.tar.bz2 | |
Remove (overlooked) debugging code.
| -rw-r--r-- | content_scripts/ui_component.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
