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 d58b677 commit a3fdcabCopy full SHA for a3fdcab
ghrepocards.js
@@ -1,3 +1,4 @@
1
+/* GitHub Repo WebCards v1.0.1 */
2
async function processGHRepoCards(ENABLE_CACHING) {
3
4
const GITHUB_API_SETTINGS_GHREPOCARDS = {
index.html
@@ -101,7 +101,7 @@ <h3>Repo's data:</h3>
101
102
</body>
103
104
- <script src="https://cdn.jsdelivr.net/gh/juliusnixi/github-repo-webcards/ghrepocards.js"></script>
+ <script src="https://cdn.jsdelivr.net/gh/juliusnixi/GitHub-Repo-WebCards/ghrepocards.js?v=1.0.1"></script>
105
<script>
106
processGHRepoCards(true);
107
</script>
0 commit comments