Skip to content
Snippets Groups Projects
Unverified Commit c40e5523 authored by Maxim Belkin's avatar Maxim Belkin
Browse files

aio.md: fix indentation and variable declaration

parent 1f3c60f7
Branches
No related merge requests found
......@@ -23,14 +23,14 @@
article_here.innerHTML = htmlDocArticle.innerHTML;
}
}
episode_url = "{{ relative_root_path }}" + lesson_episodes[i];
var episode_url = "{{ relative_root_path }}" + lesson_episodes[i];
xmlHttp[i].open("GET", episode_url);
xmlHttp[i].send(null);
}
}
</script>
{% comment %}
Create anchor for each one of the episodes.
Create an anchor for every episode.
{% endcomment %}
{% for episode in site.episodes %}
<article id="{{ episode.url }}"></article>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment