1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 07:05:46 +01:00

Fix RangeFind quirks.

This commit is contained in:
Kris Maglione
2011-02-13 23:45:10 -05:00
parent e776a35e6f
commit b296f36d1d
2 changed files with 21 additions and 19 deletions

View File

@@ -266,8 +266,9 @@ var MOW = Module("mow", {
* and what they do.
*/
updateMorePrompt: function updateMorePrompt(force, showHelp) {
if (!this.visible)
if (!this.visible || !isinstance(modes.main, modes.OUTPUT_MULTILINE))
return this.widgets.message = null;
let elem = this.widget.contentDocument.documentElement;
if (showHelp)