diff options
| -rw-r--r-- | content_scripts/mode_find.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/mode_find.coffee b/content_scripts/mode_find.coffee index 5090e4ee..1e4196d7 100644 --- a/content_scripts/mode_find.coffee +++ b/content_scripts/mode_find.coffee @@ -177,7 +177,7 @@ class FindMode extends Mode document.removeEventListener("selectionchange", @restoreDefaultSelectionHighlight, true) try - result = window.find(query, options.caseSensitive, options.backwards, true, false, true, false) + result = window.find(query, options.caseSensitive, options.backwards, true, false, false, false) catch # Failed searches throw on Firefox. # window.find focuses the |window| that it is called on. This gives us an opportunity to (re-)focus |
