From 233c7b4907e62c90bee95f362d5c617fe59e6146 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 24 Sep 2008 10:58:37 +0000 Subject: [PATCH] add TODO comment regarding future move from 'hlss' to Search highlight group --- content/find.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/find.js b/content/find.js index ddaf1f65..c3e60630 100644 --- a/content/find.js +++ b/content/find.js @@ -239,6 +239,8 @@ liberator.Search = function () //{{{ } }); + // TODO: use Search highlight group instead when we have proper highlight + // support liberator.options.add(["hlsearchstyle", "hlss"], "CSS specification of highlighted search items", "string", "color: black; background-color: yellow; padding: 0; display: inline;");