Merge pull request #2046 from lison16/2.0

update badge
This commit is contained in:
Aresn 2017-10-08 21:58:53 -05:00 committed by GitHub
commit ea89b2dfa3

View file

@ -53,7 +53,7 @@
if (this.dot) {
status = true;
if (this.count) {
if (this.count !== null) {
if (parseInt(this.count) === 0) {
status = false;
}