From 9eb9da9a66c287f72b708cdc0700d28c6a14093f Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 2 Mar 2016 17:16:11 +0100 Subject: More CSS cleanups --- js/codeq/robot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/codeq/robot.js') diff --git a/js/codeq/robot.js b/js/codeq/robot.js index 8512df7..5936d56 100644 --- a/js/codeq/robot.js +++ b/js/codeq/robot.js @@ -17,7 +17,7 @@ along with this program. If not, see . */ (function() { "use strict"; var jqScreen = $('#screen-robot'), // the screen container element - jqConsole = jqScreen.find('.block3'), + jqConsole = jqScreen.find('.block-console'), jqBtnPlan = jqScreen.find('.btn-plan'), jqBtnHint = jqScreen.find('.btn-hint').ladda(), jqBtnRun = jqScreen.find('.btn-run'), @@ -77,7 +77,7 @@ along with this program. If not, see . */ }); var createRobotHandler = function (problemDef, commonDef, currentSolution) { - var jqEditor = jqScreen.find('.code_editor'), + var jqEditor = jqScreen.find('.code-editor'), jqHints = jqScreen.find('.hints'), jqStatus = jqConsole.find('.status'), jqTerminal = jqConsole.find('.console'), -- cgit v1.2.1