summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 16:11:54 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 16:11:54 +0300
commitb97e6e0267758351e24078f621ef313de0c747fb (patch)
tree33a64e7d72f362e1bd7d92a3248dc83cc6fdf6ea /functions.js
parentdce46cade3ef1d24a12cf6d27abad5d93de95373 (diff)
reorganize theme support; add some themeable icons; add neon theme
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 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 } } );