1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:08:00 +01:00

Dont run the history completer in the background. :(

This commit is contained in:
Kris Maglione
2008-11-28 16:17:24 +00:00
parent e0a3e761ed
commit cdbca97f0c

View File

@@ -1337,7 +1337,7 @@ function Completion() //{{{
context.format = history.format;
context.title = ["History"]
context.compare = null;
context.background = true;
//context.background = true;
context.regenerate = true;
context.generate = function () history.get(context.filter);
},