mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 14:55:48 +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