From a52c39a698c68fa04789629a79c45ad1f882e627 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 19 May 2020 10:23:09 +0000
Subject: [PATCH] Stile des Rollen-Dialogs 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