Skip to content

Commit 49292e0

Browse files
authored
[enhance]: increase github project showcase size to 100, closes #8
although it has been increased to 100, it won't render all of them, as some of them are forks
1 parent 59b9199 commit 49292e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

showcase/javascripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
try { if (!pt){ pt = {}; } } catch(e){pt = {};}
22

33
$(document).ready(function(){
4-
$.getJSON("https://api.github.com/users/maifeeulasad/repos?callback=?")
4+
$.getJSON("https://api.github.com/users/maifeeulasad/repos?per_page=100")
55
.then(function(projects){
66
var h = "";
77
$.each(projects.data, function(i, p) {

0 commit comments

Comments
 (0)