diff options
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/js/cloud.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/website/js/cloud.js b/static/website/js/cloud.js index 0c01c62..523cea0 100644 --- a/static/website/js/cloud.js +++ b/static/website/js/cloud.js @@ -111,6 +111,8 @@ $(document).ready(function() { data: { csrfmiddlewaretoken: csrfmiddlewaretoken, code: code, + book_id: $("#books").val(), + chapter_id: $("#chapters").val(), example_id: $("#examples").val() }, dataType: "text", @@ -127,5 +129,4 @@ $(document).ready(function() { } }); }); - }); |