summaryrefslogtreecommitdiff
path: root/js/codeq/problem_list.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/problem_list.js')
-rw-r--r--js/codeq/problem_list.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/codeq/problem_list.js b/js/codeq/problem_list.js
index a281afb..0070edb 100644
--- a/js/codeq/problem_list.js
+++ b/js/codeq/problem_list.js
@@ -363,6 +363,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
'problem': problem,
'id': rawData.id,
'translations': convertTranslations(rawTranslations, 'title', 'name', 'slug', 'description'), // GUI translations: keyword -> lang -> value
+ 'initial': rawData.initial,
'hint': processHints(rawTranslations), // hint translations: keyword -> lang -> value
'plan': processPlans(rawTranslations), // plan translations: keyword -> lang -> value
'hint_type': rawData.hint_type || {}