mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 01:22:27 +01:00
Reverting empty defsearch changes in last two commits. Leaving in JS catches.
This commit is contained in:
@@ -259,7 +259,7 @@ function Bookmarks() //{{{
|
||||
"string", "google",
|
||||
{
|
||||
completer: function completer(context) completion.search(context, true),
|
||||
validator: function validator(value) value == "" || Option.validateCompleter.call(this, value)
|
||||
validator: Option.validateCompleter
|
||||
});
|
||||
|
||||
options.add(["preload"],
|
||||
|
||||
Reference in New Issue
Block a user