|
|
@ -128,7 +128,7 @@ define([
|
|
|
|
// data = { type: 'type', content: {msg: 'msg', hash: 'hash'} }
|
|
|
|
// data = { type: 'type', content: {msg: 'msg', hash: 'hash'} }
|
|
|
|
console.debug(data.type, data.content);
|
|
|
|
console.debug(data.type, data.content);
|
|
|
|
pushMessage(data);
|
|
|
|
pushMessage(data);
|
|
|
|
if (data.content && typeof (data.content.getFormatText) == "function") {
|
|
|
|
if (data.content && typeof (data.content.getFormatText) === "function") {
|
|
|
|
var text = $('<div>').html(data.content.getFormatText()).text();
|
|
|
|
var text = $('<div>').html(data.content.getFormatText()).text();
|
|
|
|
cb({
|
|
|
|
cb({
|
|
|
|
msg: text
|
|
|
|
msg: text
|
|
|
|