Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Paul
Python3 Automarker
Commits
349d4d3b
Commit
349d4d3b
authored
Jan 05, 2017
by
David Paul
Browse files
Remove warning from ACE
parent
9b6c9768
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
349d4d3b
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment