mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:02:25 +01:00
Rename Search to Finder.
Search generally refers to web searches in this domain and mixing "search" and "find" within the same module is very confusing.
This commit is contained in:
@@ -165,7 +165,7 @@ const config = { //{{{
|
||||
// or we could just make sure that they're all sourced in order.
|
||||
// The scripts could even just instantiate them themselves.
|
||||
// --Kris
|
||||
liberator.loadModule("search", Search);
|
||||
liberator.loadModule("finder", Finder);
|
||||
liberator.loadModule("bookmarks", Bookmarks);
|
||||
liberator.loadModule("history", History);
|
||||
liberator.loadModule("tabs", Tabs);
|
||||
|
||||
Reference in New Issue
Block a user