1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 03:12:27 +01:00

Reverting empty defsearch changes in last two commits. Leaving in JS catches.

This commit is contained in:
Ted Pavlic
2008-12-18 13:20:47 -05:00
parent d6e5bdbe77
commit 50f73844c8
2 changed files with 1 additions and 4 deletions

View File

@@ -259,7 +259,7 @@ function Bookmarks() //{{{
"string", "google", "string", "google",
{ {
completer: function completer(context) completion.search(context, true), completer: function completer(context) completion.search(context, true),
validator: function validator(value) value == "" || Option.validateCompleter.call(this, value) validator: Option.validateCompleter
}); });
options.add(["preload"], options.add(["preload"],

View File

@@ -247,9 +247,6 @@ This means, it you set 'defsearch' to "youtube", then [c]:open arnold
schwarzenegger[c] will be exactly the same as [c]:open youtube arnold schwarzenegger[c] will be exactly the same as [c]:open youtube arnold
schwarzenegger[c]. Therefore, you need to add a keyword or search engine schwarzenegger[c]. Therefore, you need to add a keyword or search engine
"youtube" first. "youtube" first.
If 'defsearch' is empty, then Firefox will always attempt to open the
raw [[arg]].
____ ____