mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-02 19:38:41 +00:00
Ignore unchecked checkboxes
This commit is contained in:
parent
643a899ed1
commit
2da76b689b
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user