From b97e6e0267758351e24078f621ef313de0c747fb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Jan 2010 16:11:54 +0300 Subject: reorganize theme support; add some themeable icons; add neon theme --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index bcb462c47..b2bd2a9ef 100644 --- a/functions.js +++ b/functions.js @@ -526,7 +526,7 @@ function parse_counters(reply, scheduled_call) { } - if (row_needs_hl) { + if (row_needs_hl && getInitParam("theme") != 'neon') { new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5", queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } ); -- cgit v1.2.3-54-g00ecf