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

modules.plugins == liberator.plugins

This commit is contained in:
Kris Maglione
2008-11-12 19:22:35 +00:00
parent 84703cbb71
commit fc08b09a6b
2 changed files with 4 additions and 2 deletions

View File

@@ -536,7 +536,6 @@ function CommandLine() //{{{
HL_WARNINGMSG : "hl-WarningMsg",
HL_LINENR : "hl-LineNr",
// not yet used
FORCE_MULTILINE : 1 << 0,
FORCE_SINGLELINE : 1 << 1,
DISALLOW_MULTILINE : 1 << 2, // if an echo() should try to use the single line
@@ -1205,6 +1204,7 @@ function CommandLine() //{{{
{
if (!open && outputContainer.collapsed)
return;
let doc = multilineOutputWidget.contentDocument;
outputContainer.collapsed = true;
let availableHeight = 250;