summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-19 12:19:50 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-19 12:19:50 +0200
commit4cce071d7eaf4b18cc5e6c5699646aa52258cb73 (patch)
tree410e4e565e7a0606fd6cdc6491eb0006913b75e6 /web
parent8893bb730b7d4127f1e4f8a47146d5dfb9300c81 (diff)
Add method to return attempted/solved problems for given language
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 374f2fc..15e855a 100644
--- a/web/main.js
+++ b/web/main.js
@@ -243,6 +243,7 @@ var guiHandlers = {
'python_stop': true,
'hint': true,
'test': true,
+ 'get_attempts': true,
'get_current_solution': true,
'update_settings': true,
'load_problem': true,