|
|
@ -220,6 +220,7 @@ define([
|
|
|
|
setTimeout(saveChanges);
|
|
|
|
setTimeout(saveChanges);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
padChatChannel = channel;
|
|
|
|
padChatChannel = channel;
|
|
|
|
|
|
|
|
console.error('Chat ID:', channel);
|
|
|
|
ctx.sframeChan.query('Q_CHAT_OPENPADCHAT', channel, function (err, obj) {
|
|
|
|
ctx.sframeChan.query('Q_CHAT_OPENPADCHAT', channel, function (err, obj) {
|
|
|
|
if (err || (obj && obj.error)) { console.error(err || (obj && obj.error)); }
|
|
|
|
if (err || (obj && obj.error)) { console.error(err || (obj && obj.error)); }
|
|
|
|
});
|
|
|
|
});
|
|
|
|