ulrich@undisclosed
2020-05-19 10a5439fc50f549701090f15bb1330b0d1ed28a9
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);
    }
  };