diff options
Diffstat (limited to 'lessons/subject')
-rw-r--r-- | lessons/subject/chapter/note.html | 1 | ||||
-rw-r--r-- | lessons/subject/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lessons/subject/chapter/note.html b/lessons/subject/chapter/note.html index 0b54139..7842b36 100644 --- a/lessons/subject/chapter/note.html +++ b/lessons/subject/chapter/note.html @@ -139,6 +139,7 @@ </div> <script src="/scripts/toc.js"></script> + <script src="/scripts/onload/toc.js"></script> <script src="/scripts/sidebar.js"></script> </body> </html>
\ No newline at end of file diff --git a/lessons/subject/index.html b/lessons/subject/index.html index 1f53820..a254543 100644 --- a/lessons/subject/index.html +++ b/lessons/subject/index.html @@ -60,6 +60,7 @@ </div> <script src="/scripts/toc.js"></script> + <script src="/scripts/onload/toc.js"></script> <script src="/scripts/sidebar.js"></script> </body> </html>
\ No newline at end of file |