mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:32:25 +01:00
*** empty log message ***
This commit is contained in:
@@ -59,6 +59,7 @@ liberator.Completion = function () //{{{
|
|||||||
.getService(Components.interfaces.nsIIOService);
|
.getService(Components.interfaces.nsIIOService);
|
||||||
function getIcon(uri)
|
function getIcon(uri)
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
let img = faviconService.getFaviconImageForPage(ioService.newURI(uri, null, null));
|
let img = faviconService.getFaviconImageForPage(ioService.newURI(uri, null, null));
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ liberator.CommandLine = function () //{{{
|
|||||||
var statusTimer = new liberator.util.Timer(50, 100, function ()
|
var statusTimer = new liberator.util.Timer(50, 100, function ()
|
||||||
liberator.statusline.updateProgress("match " + (completionIndex + 1) + " of " + completions.length));
|
liberator.statusline.updateProgress("match " + (completionIndex + 1) + " of " + completions.length));
|
||||||
var autocompleteTimer = new liberator.util.Timer(50, 100, function (command) {
|
var autocompleteTimer = new liberator.util.Timer(50, 100, function (command) {
|
||||||
var res = liberator.completion.ex(command);
|
let res = liberator.completion.ex(command);
|
||||||
liberator.commandline.setCompletions(res[1], res[0]);
|
liberator.commandline.setCompletions(res[1], res[0]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user