Another chat potential bug
This commit is contained in:
parent
7311a050b0
commit
793bcee491
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ let META_HEADER = [
|
||||||
html = html.replaceAll('$body', body).replaceAll('$id', tmp_id);
|
html = html.replaceAll('$body', body).replaceAll('$id', tmp_id);
|
||||||
var $html = $(html);
|
var $html = $(html);
|
||||||
$html.find('.time-with-rel').attr('data-iso', (new Date()).toISOString());
|
$html.find('.time-with-rel').attr('data-iso', (new Date()).toISOString());
|
||||||
add_message($html[0].outerHTML, false);
|
add_message($html[0].outerHTML);
|
||||||
}
|
}
|
||||||
|
|
||||||
function submit_chat() {
|
function submit_chat() {
|
||||||
|
|
Loading…
Reference in a new issue