From b2d19afeb853158ef7adb7719dd395b522fa4556 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 29 Oct 2014 10:10:07 -0400 Subject: [PATCH] finally... fixes #24 --- src/js/popup.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/popup.js b/src/js/popup.js index c574b0e..82afa7c 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -618,6 +618,8 @@ function renderMatrixMetaCellType(cell, count) { .prop('count', count); if ( count ) { cell.text(count); + } else { + cell.text('\u00A0'); } }