From 0c75b1436faa24a5aafb4ca90f9b25cb41efcc09 Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Sat, 18 Nov 2017 09:46:42 +0100 Subject: [PATCH] cleaned utilJS --- src/js/utilJS.tw | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/js/utilJS.tw b/src/js/utilJS.tw index ef542295d95..8a9a52a3ca3 100644 --- a/src/js/utilJS.tw +++ b/src/js/utilJS.tw @@ -363,17 +363,6 @@ window.Categorizer.prototype.cat = function(val, def) { return result; }; - - - - - - - - - - - window.numberWithCommas = function(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } -- GitLab