Add console logging
This commit is contained in:
parent
0515ff91fc
commit
8e648a0a93
|
@ -25,7 +25,9 @@ window.addEventListener("DOMContentLoaded", function () {
|
|||
|
||||
$.getJSON(`/repo_list.json`, function (repo_list) {
|
||||
repo_list.labels.forEach(function (repo_label) {
|
||||
console.log("got list")
|
||||
$.getJSON(`/repo/${repo_label}.json`, function (repo_json) {
|
||||
console.log(`got ${repo_label}`)
|
||||
inflateRepo(repo_json, repo_label, template, container);
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user