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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user