diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-01 00:12:26 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-01 00:12:26 -0700 |
commit | b3c865ef583385aea31a64c3974f1844faadebca (patch) | |
tree | 3689512f36622d095f1f2c27b29a611f4e087e42 /templates/layout.html | |
parent | 2aebb38e5802eefd2649e6778d3a8ce6c7eb0615 (diff) | |
download | gitbook-b3c865ef583385aea31a64c3974f1844faadebca.zip gitbook-b3c865ef583385aea31a64c3974f1844faadebca.tar.gz gitbook-b3c865ef583385aea31a64c3974f1844faadebca.tar.bz2 |
Add execution of exercise
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layout.html b/templates/layout.html index b1c8fa6..179e198 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -13,13 +13,13 @@ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> - - <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/ace.js"></script> - <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/mode-javascript.js"></script> {% endblock %} </head> <body> {% block content %}{% endblock %} + <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/ace.js"></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/mode-javascript.js"></script> + <script src="{{ staticBase }}/jsrepl/jsrepl.js" id="jsrepl-script"></script> <script src="{{ staticBase }}/app.js"></script> </body> </html>
\ No newline at end of file |