Skip to content
Snippets Groups Projects
Commit 349d4d3b authored by David Paul's avatar David Paul
Browse files

Remove warning from ACE

parent 9b6c9768
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ require_once("bower_components/pythonauto/util/lti_util.php");
jQuery(document).ready(function() {
editor = ace.edit("editor");
editor.session.setMode("ace/mode/python");
editor.$blockScrolling = Infinity;
brython();
});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment