www/ui/js/app.js
@@ -554,11 +554,8 @@ */ this.handle_submit = function(event, existingKey, putUrl, keySelector, cb) { event.preventDefault(); console.log('handle submit, key: ' + event.target.id); const data = new FormData(event.target); const value = Object.fromEntries(data.entries()); //console.log({ value }); //console.log(JSON.stringify(value)); var daten = JSON.stringify(value); var formkey = document.querySelector(keySelector).value; formkey = formkey.replace(' ', '').replace(/[\W]+/g, '');