Skip to content

Commit

Permalink
Start on repositories tab
Browse files Browse the repository at this point in the history
  • Loading branch information
bswinnerton committed Feb 27, 2017
1 parent 4472f08 commit 0d32531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Contents/Scripts/bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Contents/Scripts/default.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
class GitHubLB {
constructor() {
let handle = Action.preferences.viewerHandle || '';

this.defaultMenuItems = [
{
title: 'My Repositories',
url: 'https://github.com/' + Action.preferences.viewerHandle,
url: 'https://github.com/' + handle + '?tab=repositories',
icon: 'repoTemplate.png',
},
{
Expand Down

0 comments on commit 0d32531

Please sign in to comment.