1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 16:57:57 +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); this.timeout(next, 50);
}).call(this); }).call(this);
modes.pop(); if (!this._continue) {
if (timeout) modes.pop();
modes.push(modes.IGNORE, modes.HINTS); if (timeout)
modes.push(modes.IGNORE, modes.HINTS);
}
this.timeout(function () { this.timeout(function () {
if ((modes.extended & modes.HINTS) && !this._continue) if ((modes.extended & modes.HINTS) && !this._continue)