From 0cf2ab06bc11e7acb1f3f1939753a214130301b1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 23 Dec 2016 13:39:43 +0800 Subject: [PATCH] ux/FlipCounter.js --- ux/FlipCounter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index 1b7d03339c..108e3e1b24 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -65,10 +65,11 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, { addDigit : function (num) { // Add separator after every 3rd digit - if (this.digits.length % 3 == 0 && this.digits.length != 0) + /*if (this.digits.length % 3 == 0 && this.digits.length != 0) { this.addSeparator(','); } + */ if (this.digits.length % 3 == 0 && this.digits.length != 0) { -- 2.39.2