1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:08:00 +01:00
This commit is contained in:
Kris Maglione
2011-01-11 21:00:50 -05:00
parent 37b536c637
commit 7ffdb4af7b

View File

@@ -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)