Skip to content

Commit

Permalink
add explore entrance
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Jun 12, 2015
1 parent 78f82f4 commit 7c5547f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
new_link += ' </a>';
new_link += '</li>';
$('#user-links').prepend(new_link);
};

// 3. Add explore entrance
$('.header-nav.left').prepend('<li class="header-nav-item"><a href="/explore" class="js-selected-navigation-item header-nav-link">Explore</a></li>');
};
});
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Github Menu Back",
"version": "1.0",
"version": "1.1",
"author": "Charlie Jade <summer.alex07@gmail.com> (http://summerblue.me)",
"description": "Go to my personal page by one click, dont like the new design,so I decided to change it for my beloving GitHub",
"icons": {
Expand Down

0 comments on commit 7c5547f

Please sign in to comment.