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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user