summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-15 11:51:36 +0300
committerAndrew Dolgov <[email protected]>2010-01-15 11:51:36 +0300
commitab65c0343b76ea464e39ed4b195942e3c6a65e6f (patch)
tree45332990099d6632744e84a8250e1a3665c099ac /functions.js
parente71f2610091960a66a3b237cc1054f444b7b94a7 (diff)
fix typo
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
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 } } );