From 508c3224dd0a3badb2890d8a1e90b1dd57be7a3a Mon Sep 17 00:00:00 2001 From: Moritz Schneider <scmoritz@student.ethz.ch> Date: Sun, 4 Jun 2017 12:06:34 +0200 Subject: [PATCH] fix typo in groups tool --- tools/groups.tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/groups.tool b/tools/groups.tool index a8c4109..66cafef 100644 --- a/tools/groups.tool +++ b/tools/groups.tool @@ -191,7 +191,7 @@ } if (changed) { amivcore.groups.PATCH({ - id: curUserData._ id, + id: curUserData._id, header: { 'If-Match': $('.groups-edit-cont').attr('data-etag') }, -- GitLab