mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 10:04:30 +01:00
add stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"pin": 4,
|
||||
"length": 17,
|
||||
"brightness": 32,
|
||||
"length": 60,
|
||||
"brightness": 64,
|
||||
"updateInterval": 150,
|
||||
"defaultColor": 100
|
||||
}
|
||||
@@ -11107,7 +11107,10 @@ class Form extends __WEBPACK_IMPORTED_MODULE_1__core_Component__["a" /* default
|
||||
obj[item.name] = item.value;
|
||||
return obj;
|
||||
}, {});
|
||||
__WEBPACK_IMPORTED_MODULE_0_jquery___default.a.post(this.config.endpoint, { fileName: this.config.filename, config: JSON.stringify(data) });
|
||||
__WEBPACK_IMPORTED_MODULE_0_jquery___default.a.post(this.config.endpoint, { fileName: this.config.filename, config: JSON.stringify(data) })
|
||||
.done((data) => {
|
||||
alert("data saved");
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user