]> git.wh0rd.org - tt-rss.git/commitdiff
fix typo
authorAndrew Dolgov <fox@bah.org.ru>
Fri, 15 Jan 2010 08:51:36 +0000 (11:51 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Fri, 15 Jan 2010 08:51:36 +0000 (11:51 +0300)
functions.js

index 0c4eaf353760d89990a956cc4b3665819fcf14a0..5ce714b5d6dd905a9f9a7460924c7b90ec9f3c7c 100644 (file)
@@ -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 } } );