We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8a392 commit 431a020Copy full SHA for 431a020
js/index.js
@@ -56,6 +56,7 @@ function GetReposInfo() {
56
$.getJSON("https://api.github.com/repos/ModuleArt/" + value).done(function (json) {
57
let desc = document.getElementById(value).getElementsByClassName("desc")[0];
58
desc.innerHTML = json.description;
59
+ updateMasonry(desc.parentNode.parentNode);
60
});
61
62
}
0 commit comments