From fa662c563ca2fd46c1ddcbf18cf1116670af0665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas?= Date: Sat, 5 Oct 2019 09:31:33 +0300 Subject: [PATCH] removed duplicate status column --- js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/main.js b/js/main.js index 44567c0..44c59eb 100644 --- a/js/main.js +++ b/js/main.js @@ -82,7 +82,6 @@ function initDT() { ['Size', 'size'], ['Last Push', 'pushed_at'], ['Status', 'status'], - ['Status', 'status'], ['Ahead by', 'ahead_by'], ['Behind by', 'behind_by'], ['Commits', 'total_commits'],