mirror of
https://github.com/wasrusgen/zashita-brandbook.git
synced 2026-06-03 17:44:47 +00:00
fix: callToAction renders HTML tags as text — pass isRawHtml=true
This commit is contained in:
parent
6e80948c02
commit
02f6fc70e3
@ -4786,7 +4786,7 @@ function initReturnChat() {
|
|||||||
delay += 300;
|
delay += 300;
|
||||||
(function(d){ setTimeout(_rcAddTyping, d); })(delay);
|
(function(d){ setTimeout(_rcAddTyping, d); })(delay);
|
||||||
delay += 600;
|
delay += 600;
|
||||||
(function(d, txt){ setTimeout(function(){ _rcRemoveTyping(); _rcAddBubble(txt, false); }, d); })(delay, callToAction);
|
(function(d, txt){ setTimeout(function(){ _rcRemoveTyping(); _rcAddBubble(txt, false, true); }, d); })(delay, callToAction);
|
||||||
|
|
||||||
// show controls
|
// show controls
|
||||||
delay += 400;
|
delay += 400;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user