From 9838d009aa1d853c1ac2ba70171642054668d4e3 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 29 Oct 2014 09:59:02 -0400 Subject: [PATCH] this fixes #24 --- src/js/popup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/popup.js b/src/js/popup.js index 411199a..c574b0e 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -626,6 +626,7 @@ function makeMatrixMetaRow(totals) { var matrixRow = createMatrixRow().at(0).addClass('ro'); var cells = matrixRow.descendants('.matCell'); var contents = cells.at(0).addClass('t81').contents(); + cells.at(0).prop('reqType', '*').prop('hostname', ''); contents.nodeAt(0).textContent = ' '; contents.nodeAt(1).textContent = blacklistedHostnamesLabel.replace('{{count}}', totals[typeOffsets['*']]); renderMatrixMetaCellType(cells.at(1), totals[typeOffsets.cookie]);