diff --git a/dist/community-toolbox.js b/dist/community-toolbox.js index 3454e684..7a438867 100644 --- a/dist/community-toolbox.js +++ b/dist/community-toolbox.js @@ -26696,7 +26696,7 @@ module.exports={ "_args": [ [ "elliptic@6.4.1", - "D:\\public-lab\\community-toolbox-main\\community-toolbox" + "D:\\GSOC-19\\community-toolbox" ] ], "_development": true, @@ -26722,7 +26722,7 @@ module.exports={ ], "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz", "_spec": "6.4.1", - "_where": "D:\\public-lab\\community-toolbox-main\\community-toolbox", + "_where": "D:\\GSOC-19\\community-toolbox", "author": { "name": "Fedor Indutny", "email": "fedor@indutny.com" @@ -27566,7 +27566,7 @@ module.exports={ "_args": [ [ "git://github.com/jywarren/github-api-simple.git#patch-2", - "D:\\public-lab\\community-toolbox-main\\community-toolbox" + "D:\\GSOC-19\\community-toolbox" ] ], "_development": true, @@ -27589,7 +27589,7 @@ module.exports={ ], "_resolved": "git://github.com/jywarren/github-api-simple.git#cb5b7f778ea9c8b65641b64b8c02f43cedf6672e", "_spec": "git://github.com/jywarren/github-api-simple.git#patch-2", - "_where": "D:\\public-lab\\community-toolbox-main\\community-toolbox", + "_where": "D:\\GSOC-19\\community-toolbox", "author": { "name": "Michiel van der Velde", "email": "michiel@michielvdvelde.nl" @@ -77488,7 +77488,7 @@ module.exports={ "_args": [ [ "tough-cookie@2.4.3", - "D:\\public-lab\\community-toolbox-main\\community-toolbox" + "D:\\GSOC-19\\community-toolbox" ] ], "_development": true, @@ -77509,13 +77509,12 @@ module.exports={ "fetchSpec": "2.4.3" }, "_requiredBy": [ - "/jsdom", "/request", "/request-promise-native" ], "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", "_spec": "2.4.3", - "_where": "D:\\public-lab\\community-toolbox-main\\community-toolbox", + "_where": "D:\\GSOC-19\\community-toolbox", "author": { "name": "Jeremy Stashewsky", "email": "jstash@gmail.com" @@ -81626,11 +81625,11 @@ function insertContributors(AllContributors){ document.getElementById("spinner-icon").style.display = "none"; let totalContributors = 0; - var usernames = AllContributors.map(function getContributorUsername(c) { - return `@${c.login}`; + let usernames = AllContributors.map(function getContributorUsername(c) { + return `@${c.login}`; }); - var avatars = AllContributors.map(function getContributorAvatarURL(c) { - return ``; + let avatars = AllContributors.map(function getContributorAvatarURL(c) { + return ``; }); totalContributors += AllContributors.length; if(insertContributorsExec) $('.contributors > .usernames').append(', '); @@ -81663,7 +81662,7 @@ var moment = require('moment'); function generateIssueHtml(title, body, githubUrl, repo) { - var repoName = githubUrl.split('/')[4], + let repoName = githubUrl.split('/')[4], repoUrl = githubUrl.split('/').slice(0, 5).join('/'), html = '