mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 07:17:58 +01:00
Revert "Allow empty defsearch."
This reverts commit 3cab7c16a0ef5e39f9aeeb8ea1ed9602a6a152f4.
This commit is contained in:
@@ -589,13 +589,6 @@ function Bookmarks() //{{{
|
||||
return process(resp);
|
||||
},
|
||||
|
||||
// Allows for creation of anonymous keyword (e.g., for empty
|
||||
// defsearch's)
|
||||
makeKeyword: function makeKeyword(keyword, title, icon, url)
|
||||
{
|
||||
return new Keyword( keyword, title, icon, url );
|
||||
},
|
||||
|
||||
// TODO: add filtering
|
||||
// format of returned array:
|
||||
// [keyword, helptext, url]
|
||||
|
||||
Reference in New Issue
Block a user