summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-25 15:56:26 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-25 15:56:26 +0100
commit3f9c073475628db7ae400e0df028b6b066ebf26c (patch)
treede460dbad672a81339d1516424324ef6997da4af /web
parente8e0e93719cf276d1d3df6b47c53f30c5ad83ac8 (diff)
Add a get_solutions(problem_ids) API function
It returns the user’s solutions to given problems.
Diffstat (limited to 'web')
-rw-r--r--web/main.js1
1 files changed, 1 insertions, 0 deletions
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,