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)