Skip to content

Commit 431a020

Browse files
committed
Fixed wrong spacing between app tiles
1 parent 0a8a392 commit 431a020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function GetReposInfo() {
5656
$.getJSON("https://api.github.com/repos/ModuleArt/" + value).done(function (json) {
5757
let desc = document.getElementById(value).getElementsByClassName("desc")[0];
5858
desc.innerHTML = json.description;
59+
updateMasonry(desc.parentNode.parentNode);
5960
});
6061
});
6162
}

0 commit comments

Comments
 (0)