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

Load Bookmarks/History in a background thread

This commit is contained in:
Kris Maglione
2008-11-17 20:21:39 +00:00
parent bc66cf405c
commit 8cf49a0665
4 changed files with 7 additions and 10 deletions

View File

@@ -1335,7 +1335,7 @@ function Buffer() //{{{
var prog = args.shift();
args.push(url);
liberator.callFunctionInThread(null, io.run, [prog, args, true]);
liberator.callFunctionInThread(null, io.run, prog, args, true);
}
else
{