From e71f2610091960a66a3b237cc1054f444b7b94a7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 11:46:20 +0300 Subject: replace some theme-specific frontend hooks with theme options --- functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 7a43212dc..0c4eaf353 100644 --- a/functions.js +++ b/functions.js @@ -526,8 +526,8 @@ function parse_counters(reply, scheduled_call) { } - if (row_needs_hl && getInitParam("theme") != 'neon' && - getInitParam("theme") != 'lejla') { + if (row_needs_hl && + !getInitParam("theme_option").match('no_highlights')) { new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5", queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } ); -- cgit v1.2.3-54-g00ecf