From 3f9c073475628db7ae400e0df028b6b066ebf26c Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 25 Feb 2016 15:56:26 +0100 Subject: Add a get_solutions(problem_ids) API function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It returns the user’s solutions to given problems. --- web/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web') diff --git a/web/main.js b/web/main.js index 81897cf..3e2c0a7 100644 --- a/web/main.js +++ b/web/main.js @@ -323,6 +323,7 @@ var guiHandlers = { 'hint': true, 'test': true, 'get_attempts': true, + 'get_solutions': true, 'get_current_solution': true, 'update_settings': true, 'load_problem': true, -- cgit v1.2.1