From 155a44f5e924df42156e97cb816d7a89c285f901 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 16 Apr 2021 06:48:30 +0000
Subject: [PATCH] Geraete-Liste zum Ein- und Ausschalten (in Arbeit)
---
www/ui/js/app.js | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/www/ui/js/app.js b/www/ui/js/app.js
index 489cad0..1d00a77 100644
--- a/www/ui/js/app.js
+++ b/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, '');
--
Gitblit v1.9.3