1
0
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:
Kris Maglione
2008-10-08 16:05:19 +00:00
parent 9d54b4f6cf
commit 97d1c1afd9
2 changed files with 32 additions and 21 deletions

View File

@@ -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);
},