1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 19:31:28 +02: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
+1 -1
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);
},