Skip to content
Snippets Groups Projects
Commit 4113accf authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Remove codemirror2 libraries from frontend.

parent 46fe96ac
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,7 @@
<script type="text/javascript" src="/static/build/external/jquery/jquery.min.js"></script>
<script type="text/javascript"
src="/static/external/mathjax/MathJax.js?config=AM_HTMLorMML-full"></script>
<link rel="stylesheet" href="/static/external/codemirror2/lib/codemirror.css">
<link rel="stylesheet" href="/static/frontend/css/editor.css">
<script src="/static/external/codemirror2/lib/codemirror.js"></script>
<script src="/static/external/codemirror2/mode/r/r.js"></script>
</head>
<body>
<div id="control-buttons"><button onclick=window.clear_input()>clear</button><div class="separator"></div><button onclick=window.validate_input()>validate</button><button onclick=window.hint_input()>hint</button><button onclick=window.step_input()>step</button><button onclick=window.answer_input()>answer</button><div id="loader"></div></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment