mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 01:42:26 +01:00
Cache keyword-search filter
This commit is contained in:
@@ -316,7 +316,7 @@ liberator.Bookmarks = function () //{{{
|
||||
{
|
||||
if (bypassCache) // Is this really necessary anymore?
|
||||
cache.load();
|
||||
return liberator.completion.cached(cache.bookmarks, filter, function () cache.bookmarks,
|
||||
return liberator.completion.cached("bookmarks", filter, function () cache.bookmarks,
|
||||
"filterURLArray", tags);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user