diff --git a/common/content/hints.js b/common/content/hints.js index b2fb276f..9646d3f8 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -558,6 +558,8 @@ function Hints() //{{{ function checkUnique() { + if (hintNumber == 0) + return; if (hintNumber > validHints.length) return void liberator.beep(); @@ -962,9 +964,8 @@ function Hints() //{{{ } else if (validHints.length == 1) processHints(false); - // FIXME: I don't understand the intent here --djk - //else - // checkUnique(); + else // Ticket #185 + checkUnique(); }, /**