summaryrefslogtreecommitdiff
path: root/js/codeq/comms.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/comms.js')
-rw-r--r--js/codeq/comms.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/codeq/comms.js b/js/codeq/comms.js
index ab168ff..89813ee 100644
--- a/js/codeq/comms.js
+++ b/js/codeq/comms.js
@@ -382,6 +382,10 @@
return this.send({'action': 'change_password', 'password': newpassword});
},
+ 'getUserStat': function () {
+ return this.send({'action': 'user_stat'});
+ },
+
'updateSettings': function (new_settings){
return this.send({'action': 'update_settings', 'settings': new_settings});
},