Skip to content

Commit

Permalink
update html structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Gautier committed Mar 22, 2015
1 parent 3fd4e95 commit ae2d1b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions github-timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @namespace https://github.com/romqin/github-timeline
// @description Filter your github timeline
// @include https://github.com/
// @version 1.1
// @version 1.2
// @updateURL https://rawgit.com/romqin/github-timeline/master/github-timeline.js
// @run-at document-end
// @grant none
Expand Down Expand Up @@ -39,12 +39,12 @@ githubTimeline = {
template: {
menu: '' +
'<div id="github-timeline-menu" class="issues-list-options">' +
' <div class="button-group">' +
' <a class="minibutton selected">All</a>' +
' <a class="minibutton">Pull Requests</a>' +
' <a class="minibutton">Issues</a>' +
' <a class="minibutton">Stars</a>' +
' <a class="minibutton">Others</a>' +
' <div class="btn-group">' +
' <a class="btn btn-sm selected">All</a>' +
' <a class="btn btn-sm">Pull Requests</a>' +
' <a class="btn btn-sm">Issues</a>' +
' <a class="btn btn-sm">Stars</a>' +
' <a class="btn btn-sm">Others</a>' +
' </div>' +
'</div>'
},
Expand Down

0 comments on commit ae2d1b1

Please sign in to comment.