1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 21:25:54 +01:00

Fix problem with last commit.

This commit is contained in:
Kris Maglione
2011-02-19 00:39:44 -05:00
parent 34c0c5a10e
commit 18f9b6908d
2 changed files with 2 additions and 1 deletions

View File

@@ -266,6 +266,7 @@ var MOW = Module("mow", {
* and what they do.
*/
updateMorePrompt: function updateMorePrompt(force, showHelp) {
util.dump("\n"); modes.dumpStack(); util.dumpStack(); util.dump("\n");
if (!this.visible || !isinstance(modes.main, modes.OUTPUT_MULTILINE))
return this.widgets.message = null;