From: Andrew Dolgov Date: Fri, 15 Jan 2010 08:51:36 +0000 (+0300) Subject: fix typo X-Git-Tag: 1.4.0~31 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ab65c0343b76ea464e39ed4b195942e3c6a65e6f;p=tt-rss.git fix typo --- diff --git a/functions.js b/functions.js index 0c4eaf35..5ce714b5 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 } } );