From 994d351aa5a3f401dbb60cd995f3959f1905a632 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 22 Mar 2015 20:40:03 +0100 Subject: [PATCH] drop TQ suffix --- history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.js b/history.js index 884edae..1f71f8d 100644 --- a/history.js +++ b/history.js @@ -200,7 +200,7 @@ function showTq(d) { minimumFractionDigits: 2 } - return (new Intl.NumberFormat("de-DE", opts).format(d.tq)) + " TQ" + return (new Intl.NumberFormat("de-DE", opts).format(d.tq)) } function linkId(d) {