mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
Rename 'field' to 'id' in messages.
This commit is contained in:
parent
e75a7d34aa
commit
b08d6d35f1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
if (curText.sentText !== input.value) {
|
||||
Tools.drawAndSend({
|
||||
'type' : "update",
|
||||
'field' : curText.id,
|
||||
'id' : curText.id,
|
||||
'txt' : input.value
|
||||
});
|
||||
curText.sentText = input.value;
|
||||
|
|
Loading…
Reference in a new issue