diff options
author | Jayaram R Pai | 2014-09-04 15:30:18 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-04 15:30:18 +0530 |
commit | e894b2919c54a1cf577ec170cd9e6d99bedc6da9 (patch) | |
tree | 3a31db68eb452befb2fab18f3ecfe3145707a843 /static/website/js/cloud.js | |
parent | 87b533642db245fe3c03c9b1fd8220f0f7a195f8 (diff) | |
download | scilab-on-cloud-e894b2919c54a1cf577ec170cd9e6d99bedc6da9.tar.gz scilab-on-cloud-e894b2919c54a1cf577ec170cd9e6d99bedc6da9.tar.bz2 scilab-on-cloud-e894b2919c54a1cf577ec170cd9e6d99bedc6da9.zip |
finshed basic dependency handling
Diffstat (limited to 'static/website/js/cloud.js')
-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() { } }); }); - }); |