From 75b640709ca186c137fde6291eedf806ba474a13 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 19 May 2018 13:03:01 +0100 Subject: [Jams] Complete question listing/editing/etc --- static/js/jams.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') diff --git a/static/js/jams.js b/static/js/jams.js index b2d5b1bd..37d8a764 100644 --- a/static/js/jams.js +++ b/static/js/jams.js @@ -139,6 +139,17 @@ class Actions { ) } + delete_question(id, callback) { + this.send( + "question", + "DELETE", + { + "id": id + }, + callback + ) + } + associate_question(form, question, callback) { this.send( "associate_question", -- cgit v1.2.3