fix typo
This commit is contained in:
parent
e71f261009
commit
ab65c0343b
|
@ -527,7 +527,7 @@ function parse_counters(reply, scheduled_call) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (row_needs_hl &&
|
if (row_needs_hl &&
|
||||||
!getInitParam("theme_option").match('no_highlights')) {
|
!getInitParam("theme_options").match('no_highlights')) {
|
||||||
new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5",
|
new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5",
|
||||||
queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } );
|
queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue