diff options
Diffstat (limited to 'theme/javascript/core/state.js')
-rw-r--r-- | theme/javascript/core/state.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/javascript/core/state.js b/theme/javascript/core/state.js index b219f5d..5ed11e8 100644 --- a/theme/javascript/core/state.js +++ b/theme/javascript/core/state.js @@ -7,6 +7,7 @@ define([ '$book': $book, 'githubId': $book.data("github"), - 'level': $book.data("level") + 'level': $book.data("level"), + 'basePath': $book.data("basepath") }; });
\ No newline at end of file |