Browse Source

finally... fixes #24

pull/2/head
gorhill 10 years ago
parent
commit
b2d19afeb8
  1. 2
      src/js/popup.js

2
src/js/popup.js

@ -618,6 +618,8 @@ function renderMatrixMetaCellType(cell, count) {
.prop('count', count); .prop('count', count);
if ( count ) { if ( count ) {
cell.text(count); cell.text(count);
} else {
cell.text('\u00A0');
} }
} }

Loading…
Cancel
Save