Skip to content

Commit

Permalink
obsessive
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 17, 2008
1 parent 8f72988 commit 5056db5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
return b.watchers - a.watchers
})

repos = repos.slice(0, limit)

$.each(repos, function() {
$.each(repos.slice(0, limit), function() {
list.append('<li><a href="' + this.url + '">' + this.name + '</a></li>')
})
})
Expand Down

0 comments on commit 5056db5

Please sign in to comment.