1
0
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:
Kris Maglione
2008-12-10 16:15:54 -05:00
parent 43c27eec67
commit 54cc80ec11

View File

@@ -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)