From 54cc80ec1192ebb8520ead849956f84167764656 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 10 Dec 2008 16:15:54 -0500 Subject: [PATCH] Don't anchor :style URL completions --- common/content/style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/style.js b/common/content/style.js index b9faa6ad..f0ac0a0a 100644 --- a/common/content/style.js +++ b/common/content/style.js @@ -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)