Skip to content

Commit

Permalink
Fixed highlight in j-Stats24.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Sep 1, 2020
1 parent 8277cbe commit 56b3309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion j-Stats24/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ COMPONENT('stats24', 'height:120;tooltiplarge:0;tooltip:1;tooltiptext:{0};border
val = (val / 1000).floor(1) + ' K';

bars[i].css('height', (h >> 0) + 'px').tclass('online', value[i] > 0).find('span').html(smallsize ? '' : val);
config.hightlight && bars[i].tclass('now', i === current);
config.highlight && bars[i].tclass('now', i === current);
}
});
};
Expand Down
2 changes: 1 addition & 1 deletion j-Stats24/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"datecreated": "2020-01-01T11:19:01.000Z",
"dateupdated": "2020-09-01T22:57:00.000Z",
"dateupdated": "2020-09-01T22:58:00.000Z",
"name": "j-Stats24",
"tags": [
"daily stats",
Expand Down

0 comments on commit 56b3309

Please sign in to comment.