diff --git a/common/content/find.js b/common/content/find.js index b6e9afe7..b354b343 100644 --- a/common/content/find.js +++ b/common/content/find.js @@ -457,9 +457,9 @@ function Search() //{{{ if (typeof forcedBackward === "boolean") backwards = forcedBackward; - // use the last pattern if none specified + //Allow / to work. if (!command) - command = lastSearchPattern; + return this.findAgain(backwards != lastSearchBackwards) this.clear();