mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 14:55:47 +01:00
Don't anchor :style URL completions
This commit is contained in:
@@ -510,6 +510,7 @@ liberator.registerObserver("load_commands", function ()
|
|||||||
compl.push([content.location.href, "Current URL"]);
|
compl.push([content.location.href, "Current URL"]);
|
||||||
}
|
}
|
||||||
catch (e) {}
|
catch (e) {}
|
||||||
|
context.anchored = false;
|
||||||
context.completions = compl.concat([[s, ""] for each (s in styles.sites)])
|
context.completions = compl.concat([[s, ""] for each (s in styles.sites)])
|
||||||
}
|
}
|
||||||
else if (args.completeArg == 1)
|
else if (args.completeArg == 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user