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 72212b9 commit f0edb34Copy full SHA for f0edb34
_layouts/default.html
@@ -24,7 +24,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
24
25
<script>
26
(async () => {
27
- const response = await fetch('https://api.github.com/repos/jjmax75/openjs-nodejs-application-developer-study-guide/contents/');
+ const response = await fetch("https://api.github.com/repos/jjmax75/openjs-nodejs-application-developer-study-guide/contents/");
28
const data = await response.json();
29
let htmlString = '<ul>';
30
for (let file of data) {
0 commit comments