commit
ea89b2dfa3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
if (this.dot) {
|
if (this.dot) {
|
||||||
status = true;
|
status = true;
|
||||||
if (this.count) {
|
if (this.count !== null) {
|
||||||
if (parseInt(this.count) === 0) {
|
if (parseInt(this.count) === 0) {
|
||||||
status = false;
|
status = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue