Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit c3f7cc2

Browse files
committed
this fixes #56
1 parent 7f3d5df commit c3f7cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ function renderMatrixCellSubdomain(cell, domain, subomain) {
564564
function renderMatrixCellType(cell, hostname, type, stats) {
565565
cell = $(cell);
566566
cell.prop({filterType: type, filterDomain: hostname})
567-
.addClass(stats.temporaryColor);
567+
.addClass(getCellClass(hostname, type));
568568
if ( stats.count ) {
569569
cell.text(stats.count);
570570
}

0 commit comments

Comments
 (0)