Chat: IDBoard to IDMessageBoard of string type

This commit is contained in:
2015-08-22 13:43:12 +02:00
parent 93284713b4
commit 76ad1bde77
5 changed files with 28 additions and 28 deletions

View File

@@ -146,7 +146,7 @@
// Pool data
var data = {
"IDBoard": cfg.IDBoard,
"IDMessageBoard": cfg.IDMessageBoard,
"IDMessage": cfg.IDMessage,
"TimePoolData": ((cfg.FirstMessages || cfg.Connected == false) ? "0" : String(cfg.TimePoolData)),
"TimeStamp": new Date().getTime()
@@ -166,7 +166,7 @@ function SendChat(cfg) {
// Send data
var data = {
"Text": cfg.txtText.value,
"IDBoard": cfg.IDBoard,
"IDMessageBoard": cfg.IDMessageBoard,
"UserName": cfg.UserName,
"TimeStamp": new Date().getTime()
};