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(); }, /**