Update github.js

This commit is contained in:
Shadowfacts 2016-09-12 11:56:55 -04:00
parent 22448dfdef
commit a61df03dde
No known key found for this signature in database
GPG Key ID: A7A3BA2CFC135F32
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ let currentUser = $("ul.header-nav.float-right > li:last > a > img").attr("alt")
let icon = "<svg aria-hidden=\"true\" class=\"octicon octicon-tag\" height=\"16\" version=\"1.1\" viewBox=\"0 0 14 16\" width=\"14\"><path d=\"M7.73 1.73C7.26 1.26 6.62 1 5.96 1H3.5C2.13 1 1 2.13 1 3.5v2.47c0 .66.27 1.3.73 1.77l6.06 6.06c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41L7.73 1.73zM2.38 7.09c-.31-.3-.47-.7-.47-1.13V3.5c0-.88.72-1.59 1.59-1.59h2.47c.42 0 .83.16 1.13.47l6.14 6.13-4.73 4.73-6.13-6.15zM3.01 3h2v2H3V3h.01z\"></path></svg>";
releasesTab.append(icon);
releasesTab.append(" Releases");
releasesTab.append(" Releases ");
let counter = $("<span></span>");
counter.text("0");
@ -221,4 +221,4 @@ let currentUser = $("ul.header-nav.float-right > li:last > a > img").attr("alt")
});
targetSibling.after(copyBtn);
})();
})();