diff --git a/content/find.js b/content/find.js index 106f8422..501f371b 100644 --- a/content/find.js +++ b/content/find.js @@ -405,7 +405,7 @@ liberator.Search = function () //{{{ command = lastSearchPattern; this.clear(); - if (!liberator.options["incsearch"]) + if (!liberator.options["incsearch"] || !found) this.find(command, backwards); lastSearchBackwards = backwards;