From ab65c0343b76ea464e39ed4b195942e3c6a65e6f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 11:51:36 +0300 Subject: fix typo --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index 0c4eaf353..5ce714b5d 100644 --- a/functions.js +++ b/functions.js @@ -527,7 +527,7 @@ function parse_counters(reply, scheduled_call) { } if (row_needs_hl && - !getInitParam("theme_option").match('no_highlights')) { + !getInitParam("theme_options").match('no_highlights')) { new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5", queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } ); -- cgit v1.2.3