MCPcopy
hub / github.com/resume/resume.github.com / home

Function home

js/githubresume.js:45–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43};
44
45var home = function() {
46 $.ajax({
47 url: 'views/index.html',
48 dataType: 'html',
49 success: function(data) {
50 var template = data;
51 $('#resume').html(data);
52 }
53 });
54};
55
56var github_user = function(username, callback) {
57 $.getJSON('https://api.github.com/users/' + username + '?callback=?', callback);

Callers 1

githubresume.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected