summaryrefslogtreecommitdiff
path: root/js/codeq/python.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/python.js')
-rw-r--r--js/codeq/python.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/codeq/python.js b/js/codeq/python.js
index 055ada7..085ebfc 100644
--- a/js/codeq/python.js
+++ b/js/codeq/python.js
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
(function() {
"use strict";
var jqScreen = $('#screen-python'), // the screen container element
- jqConsole = jqScreen.find('.block3'),
+ jqConsole = jqScreen.find('.block-console'),
jqBtnPlan = jqScreen.find('.btn-plan'),
jqBtnTest = jqScreen.find('.btn-test').ladda(),
jqBtnRun = jqScreen.find('.btn-run'),
@@ -103,7 +103,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
});
var createPythonHandler = function (problemDef, commonDef, currentSolution) {
- var jqEditor = jqScreen.find('.code_editor'),
+ var jqEditor = jqScreen.find('.code-editor'),
jqHints = jqScreen.find('.hints'),
jqTerminal = jqConsole.find('.console'),
editor = codeq.makeEditor(jqEditor[0],