From 087eab6735d3e5c2b969aa907cc93f5b20c802f5 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Fri, 9 Nov 2007 00:24:55 +0000 Subject: [PATCH] no beep on f18 with 'hto' > 0 --- content/hints.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/hints.js b/content/hints.js index e6823671..4f18a981 100644 --- a/content/hints.js +++ b/content/hints.js @@ -53,6 +53,10 @@ vimperator.Hints = function() //{{{ valid_hints = []; canUpdate = false; hintsGenerated = false; + + if (activeTimeout) + clearTimeout(activeTimeout); + activeTimeout = null; } // this function 'click' an element, which also works