Card suits have color and use larger font size

This commit is contained in:
Ian Coleman
2016-11-14 13:03:43 +11:00
parent 0a84fe6ae1
commit b54c12180e
3 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -819,7 +819,7 @@
}
var bitsStr = entropy.binaryStr.length;
var wordCount = Math.floor(entropy.binaryStr.length / 32) * 3;
DOM.entropyFiltered.text(entropy.cleanStr);
DOM.entropyFiltered.html(entropy.cleanHtml);
DOM.entropyType.text(entropy.base.str);
DOM.entropyStrength.text(strength);
DOM.entropyEventCount.text(entropy.base.ints.length);