Skip to content

Commit

Permalink
Merge pull request #107 from gatewayapps/enhancement/106-original-rep…
Browse files Browse the repository at this point in the history
…o-clone-target

Remove original repo clone target restriction
  • Loading branch information
johnmurphy01 authored Mar 24, 2018
2 parents f5e9cf8 + fb776fe commit 92864f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,6 @@ function loadRepos() {
// sort the repo
repoList = repoList.sort((a, b) => a.full_name.localeCompare(b.full_name))

// remove the repo you're currently on
repoList = repoList.filter((i) => {
return i.name !== urlObj.currentRepo
})

repoList.forEach((repo) => {
addRepoToList(repo.full_name, repo.name);
})
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"webNavigation",
"*://github.com/*"
],
"version": "2.8",
"version": "2.8.1",
"web_accessible_resources":[
"icons/*.png",
"bootstrap/js/bootstrap.min.js",
Expand Down

0 comments on commit 92864f8

Please sign in to comment.