summaryrefslogtreecommitdiff
path: root/js/codeq/prolog.js
diff options
context:
space:
mode:
authorMarko Pušnik <marko.pusnik@guru.si>2015-09-29 13:12:20 +0200
committerMarko Pušnik <marko.pusnik@guru.si>2015-09-29 13:12:20 +0200
commit99961c6b5d72f516061e4f8b3dc31e3fccc827ee (patch)
treeaa91e050ba1e4e05f7d43258ac958293c4929933 /js/codeq/prolog.js
parent68847b98e7b7804656e2abe09190a1b3553dbfc7 (diff)
parenta2c468392673e55425fda9a5a331b86935b07781 (diff)
Merge branch 'master' of odie.guru.si:codeq-web
Diffstat (limited to 'js/codeq/prolog.js')
-rw-r--r--js/codeq/prolog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/prolog.js b/js/codeq/prolog.js
index d827139..640aa99 100644
--- a/js/codeq/prolog.js
+++ b/js/codeq/prolog.js
@@ -272,7 +272,7 @@
if (currentSolution) editor.setValue(currentSolution);
// $('#screen_prolog .title').text(problem.slug);
// jqDescriptionContent.html(problem.description);
- jqBtnPlan.prop('disabled', ((problemDef.plan && problemDef.plan.en) || []).length == 0);
+ jqBtnPlan.prop('disabled', ((problemDef.plan && problemDef.plan.sl) || []).length == 0);
editor.on('change', function (instance, changeObj) {
var doc = editor.getDoc(),