From 7ffdb4af7bac9810d1a5fbf9fad74b804b9be8d5 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 11 Jan 2011 21:00:50 -0500 Subject: [PATCH] Fix g; --- common/content/hints.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/common/content/hints.js b/common/content/hints.js index 39f9b5f6..7841ad3b 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -550,9 +550,11 @@ var Hints = Module("hints", { this.timeout(next, 50); }).call(this); - modes.pop(); - if (timeout) - modes.push(modes.IGNORE, modes.HINTS); + if (!this._continue) { + modes.pop(); + if (timeout) + modes.push(modes.IGNORE, modes.HINTS); + } this.timeout(function () { if ((modes.extended & modes.HINTS) && !this._continue)