From 65647a77cf355db5f8553669e8666eb5639ad689 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 22 May 2016 17:50:53 +0200 Subject: Add support for per-problem initial code --- js/codeq/problem_list.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/codeq/problem_list.js') 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 . */ '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 || {} -- cgit v1.2.1