mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 16:15:45 +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"]);
|
||||
}
|
||||
catch (e) {}
|
||||
context.anchored = false;
|
||||
context.completions = compl.concat([[s, ""] for each (s in styles.sites)])
|
||||
}
|
||||
else if (args.completeArg == 1)
|
||||
|
||||
Reference in New Issue
Block a user