From 1929c5d7520fa91ac5ccaaa4f15882d73280461e Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 10 Jan 2015 08:20:23 +0000 Subject: [PATCH] Commented out some unnecessary code. --- js/transaction.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/transaction.js b/js/transaction.js index 442bbbc..1df301c 100644 --- a/js/transaction.js +++ b/js/transaction.js @@ -79,8 +79,8 @@ $(function() { var obj = $.parseJSON(value) $("#" + this.id).text(obj.changed_change); var diff = Number(obj.changed_change) - Number(obj.change); - var str = this.id; - var id = str.match(/\d+/); + // var str = this.id; + // var id = str.match(/\d+/); if (diff != 0) { /* if(!$("#" + id[0] + "_different_change").length) {