Ignore unchecked checkboxes

This commit is contained in:
Dennis Eichhorn 2018-09-21 23:00:19 +02:00
parent 643a899ed1
commit 2da76b689b

View File

@ -393,7 +393,6 @@
};
if (this.type === jsOMS.Message.Request.RequestType.JSON) {
console.log(JSON.stringify(this.data));
this.xhr.send(JSON.stringify(this.data));
} else if (this.type === jsOMS.Message.Request.RequestType.RAW) {
this.xhr.send(this.data);