1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:12:26 +01:00

Don't anchor :dia completions

This commit is contained in:
Kris Maglione
2009-01-10 18:53:04 -05:00
parent d0681e8aa7
commit fe7ab77a45

View File

@@ -1432,6 +1432,7 @@ function Completion() //{{{
dialog: function dialog(context)
{
context.title = ["Dialog"];
context.anchored = false;
context.completions = config.dialogs;
},