summaryrefslogtreecommitdiff
path: root/js/codeq/robot.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/robot.js')
-rw-r--r--js/codeq/robot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/robot.js b/js/codeq/robot.js
index bf9200f..1dd1fd6 100644
--- a/js/codeq/robot.js
+++ b/js/codeq/robot.js
@@ -86,7 +86,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
{
mode: 'python',
indentUnit: 4,
- value: currentSolution || ''
+ value: currentSolution || problemDef.initial || ''
},
function () {
jqBtnRun.focus();