From 673be67a2ae10cdcde5e32333d4ef5d979e3f7dd Mon Sep 17 00:00:00 2001 From: pantoja Date: Sun, 19 Aug 2018 19:32:49 -0300 Subject: [PATCH] Fixed the number input by increasing the press interval --- js/jcf.number.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jcf.number.js b/js/jcf.number.js index ed15c97..e57471a 100644 --- a/js/jcf.number.js +++ b/js/jcf.number.js @@ -20,7 +20,7 @@ jcf.addModule(function($) { fakeStructure: '', btnIncSelector: '.jcf-btn-inc', btnDecSelector: '.jcf-btn-dec', - pressInterval: 150 + pressInterval: 300 }, matchElement: function(element) { return element.is(this.selector);