From f43eaec6cc027d11cc8b48a69b2bf611e4e79615 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 25 Feb 2014 09:02:07 -0800 Subject: [PATCH] Backout 49d42925de90. --- common/content/hints.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/common/content/hints.js b/common/content/hints.js index 8800ce11..d22bfcff 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -1351,15 +1351,14 @@ var Hints = Module("hints", { "number", 0, { validator: function (value) value >= 0 }); - // TODO: shouldn't this be a stringlist or even boolean? --djk options.add(["followhints", "fh"], "Define the conditions under which selected hints are followed", "number", 0, { - values: [ - [0, "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on ."], - [1, "Follow the selected hint on ."] - ] + values: { + "0": "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on .", + "1": "Follow the selected hint on ." + } }); options.add(["hintmatching", "hm"],