Rename 'field' to 'id' in messages.

This commit is contained in:
Ophir LOJKINE 2013-12-03 20:34:49 +01:00
parent e75a7d34aa
commit b08d6d35f1

View file

@ -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;