From e62473b629b362808fe6dd3958389454ac854519 Mon Sep 17 00:00:00 2001 From: ulrich@undisclosed <ulrich@ulrich-vaio> Date: Tue, 19 May 2020 13:12:08 +0000 Subject: [PATCH] In Arbeit: Piktogramme, Abmelden, Stile verfeinert --- web/profil2/app.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web/profil2/app.js b/web/profil2/app.js index 3ca91a1..b1b7b41 100644 --- a/web/profil2/app.js +++ b/web/profil2/app.js @@ -86,6 +86,7 @@ if(method === 'GET') { xhr.send(); } else if(method === 'POST' || method === 'PUT') { + xhr.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); xhr.send(data); } }; -- Gitblit v1.9.3