From a2ac828e8b4112d4c62665d60e37222ca646b6b2 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 24 Apr 2016 20:58:55 +0200 Subject: Receive info about experiments from the server --- js/codeq/core.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/codeq/core.js') diff --git a/js/codeq/core.js b/js/codeq/core.js index fd58781..1763a2f 100644 --- a/js/codeq/core.js +++ b/js/codeq/core.js @@ -265,6 +265,8 @@ along with this program. If not, see . */ 'gui_layout': 'line-layout' }, + 'experiments': [], // experiments the user is participating in + 'availableLangs': [], // filled at boot from 'supportedLangs' 'supportedLangs': { 'en': 'English', -- cgit v1.2.1