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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/python.js b/js/codeq/python.js
index 3bc7ab5..d5138b4 100644
--- a/js/codeq/python.js
+++ b/js/codeq/python.js
@@ -111,7 +111,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
{
mode: 'python',
indentUnit: 4,
- value: currentSolution || ''
+ value: currentSolution || problemDef.initial || ''
},
function () {
jqTerminal.click()