From 86fe0d2d1efe3cee9b56c9facacc6a88225004b0 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 6 Sep 2009 03:25:32 +1000 Subject: [PATCH] Quick fix for hints broken in 50681c8dda1e2f35c9f15a3221913f3bf8e0927f. The first hint was always being selected. --- common/content/hints.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/content/hints.js b/common/content/hints.js index 486dbaec..b2fb276f 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -962,8 +962,9 @@ function Hints() //{{{ } else if (validHints.length == 1) processHints(false); - else - checkUnique(); + // FIXME: I don't understand the intent here --djk + //else + // checkUnique(); }, /**