1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 08:55:46 +01:00

Hopefully fix quirks in last commit

This commit is contained in:
Kris Maglione
2008-12-16 11:30:28 -05:00
parent f1dd97212d
commit f1565ca5ce
2 changed files with 10 additions and 11 deletions

View File

@@ -947,10 +947,8 @@ function CommandLine() //{{{
}
if (!outputContainer.collapsed)
{
setTimeout(function () {
modes.set(modes.COMMAND_LINE, modes.OUTPUT_MULTILINE);
commandline.updateMorePrompt();
}, 0);
modes.set(modes.COMMAND_LINE, modes.OUTPUT_MULTILINE);
commandline.updateMorePrompt();
}
keepCommand = false;
},