From a61df03dde7606dd49a06383d016503f45ab11fb Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 12 Sep 2016 11:56:55 -0400 Subject: [PATCH] Update github.js --- .js/com/github.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.js/com/github.js b/.js/com/github.js index 737ef28..2ac9563 100644 --- a/.js/com/github.js +++ b/.js/com/github.js @@ -32,7 +32,7 @@ let currentUser = $("ul.header-nav.float-right > li:last > a > img").attr("alt") let icon = ""; releasesTab.append(icon); - releasesTab.append(" Releases"); + releasesTab.append(" Releases "); let counter = $(""); counter.text("0"); @@ -221,4 +221,4 @@ let currentUser = $("ul.header-nav.float-right > li:last > a > img").attr("alt") }); targetSibling.after(copyBtn); -})(); \ No newline at end of file +})();