We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b9199 commit 49292e0Copy full SHA for 49292e0
1 file changed
showcase/javascripts/main.js
@@ -1,7 +1,7 @@
1
try { if (!pt){ pt = {}; } } catch(e){pt = {};}
2
3
$(document).ready(function(){
4
- $.getJSON("https://api.github.com/users/maifeeulasad/repos?callback=?")
+ $.getJSON("https://api.github.com/users/maifeeulasad/repos?per_page=100")
5
.then(function(projects){
6
var h = "";
7
$.each(projects.data, function(i, p) {
0 commit comments